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.ExceptionThrown 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 newUnsupportedUniverseExceptionwithout detail message.UnsupportedUniverseException(java.lang.String msg)Constructs anUnsupportedUniverseExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
UnsupportedUniverseException
public UnsupportedUniverseException()
Creates newUnsupportedUniverseExceptionwithout detail message.
-
UnsupportedUniverseException
public UnsupportedUniverseException(java.lang.String msg)
Constructs anUnsupportedUniverseExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-