Package javax.media.j3d
Class IllegalSceneGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.media.j3d.IllegalSceneGraphException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalSharingException
,SceneGraphCycleException
Indicates an illegal Java 3D scene graph.
For example, the following is illegal:
- A ViewPlatform node under a ViewSpecificGroup
- Since:
- Java 3D 1.3
- 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
-
IllegalSceneGraphException
public IllegalSceneGraphException()Create the exception object with default values. -
IllegalSceneGraphException
Create the exception object that outputs message.- Parameters:
str
- the message string to be output.
-