Class IllegalSceneGraphException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalSharingException, SceneGraphCycleException

public class IllegalSceneGraphException extends RuntimeException
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 Details

    • IllegalSceneGraphException

      public IllegalSceneGraphException()
      Create the exception object with default values.
    • IllegalSceneGraphException

      public IllegalSceneGraphException(String str)
      Create the exception object that outputs message.
      Parameters:
      str - the message string to be output.