Class UnsupportedUniverseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.j3d.utils.scenegraph.io.UnsupportedUniverseException
All Implemented Interfaces:
Serializable

public class UnsupportedUniverseException extends Exception
Thrown if the VirtualUniverse subclass is not supported by the writeUniverse calls. Currently only com.sun.j3d.utils.universe.SimpleUniverse is supported
See Also:
  • Constructor Details

    • UnsupportedUniverseException

      public UnsupportedUniverseException()
      Creates new UnsupportedUniverseException without detail message.
    • UnsupportedUniverseException

      public UnsupportedUniverseException(String msg)
      Constructs an UnsupportedUniverseException with the specified detail message.
      Parameters:
      msg - the detail message.