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:
java.io.Serializable
public class UnsupportedUniverseException extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedUniverseException()
Creates newUnsupportedUniverseException
without detail message.UnsupportedUniverseException(java.lang.String msg)
Constructs anUnsupportedUniverseException
with the specified detail message.
-
-
-
Constructor Detail
-
UnsupportedUniverseException
public UnsupportedUniverseException()
Creates newUnsupportedUniverseException
without detail message.
-
UnsupportedUniverseException
public UnsupportedUniverseException(java.lang.String msg)
Constructs anUnsupportedUniverseException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-