Package javax.media.j3d
Class CapabilityNotSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.media.j3d.RestrictedAccessException
javax.media.j3d.CapabilityNotSetException
- All Implemented Interfaces:
Serializable
Indicates an access to a live or
compiled Scene Graph object without the required capability
set.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate the exception object with default values.Create the exception object that outputs message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CapabilityNotSetException
public CapabilityNotSetException()Create the exception object with default values. -
CapabilityNotSetException
Create the exception object that outputs message.- Parameters:
str
- the message string to be output.
-