Package com.sun.j3d.utils.scenegraph.io
Class UnsupportedUniverseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.j3d.utils.scenegraph.io.UnsupportedUniverseException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreates newUnsupportedUniverseException
without detail message.Constructs anUnsupportedUniverseException
with the specified detail 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
-
UnsupportedUniverseException
public UnsupportedUniverseException()Creates newUnsupportedUniverseException
without detail message. -
UnsupportedUniverseException
Constructs anUnsupportedUniverseException
with the specified detail message.- Parameters:
msg
- the detail message.
-