All Packages Class Hierarchy This Package Previous Next Index
Class java.media.j3d.CapabilityNotSetException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.media.j3d.RestrictedAccessException
|
+----java.media.j3d.CapabilityNotSetException
- public class CapabilityNotSetException
- extends RestrictedAccessException
Indicates an access to a live or
compiled Scene Graph object without the required capability
set.
-
CapabilityNotSetException()
- Create the exception object with default values..
-
CapabilityNotSetException(String)
- Create the exception object that outputs message.
CapabilityNotSetException
public CapabilityNotSetException()
- Create the exception object with default values..
CapabilityNotSetException
public CapabilityNotSetException(String str)
- Create the exception object that outputs message.
- Parameters:
- str - the message string to be output.
All Packages Class Hierarchy This Package Previous Next Index