javax.media.j3d
Class CapabilityNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.media.j3d.RestrictedAccessException
                  extended by javax.media.j3d.CapabilityNotSetException
All Implemented Interfaces:
java.io.Serializable

public class CapabilityNotSetException
extends RestrictedAccessException

Indicates an access to a live or compiled Scene Graph object without the required capability set.

See Also:
Serialized Form

Constructor Summary
CapabilityNotSetException()
          Create the exception object with default values.
CapabilityNotSetException(java.lang.String str)
          Create the exception object that outputs message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CapabilityNotSetException

public CapabilityNotSetException()
Create the exception object with default values.


CapabilityNotSetException

public CapabilityNotSetException(java.lang.String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.