|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.j3d.utils.scenegraph.io.UnsupportedUniverseException
public class UnsupportedUniverseException
Thrown if the VirtualUniverse subclass is not supported by the writeUniverse calls. Currently only com.sun.j3d.utils.universe.SimpleUniverse is supported
Constructor Summary | |
---|---|
UnsupportedUniverseException()
Creates new UnsupportedUniverseException without detail message. |
|
UnsupportedUniverseException(java.lang.String msg)
Constructs an UnsupportedUniverseException with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedUniverseException()
UnsupportedUniverseException
without detail message.
public UnsupportedUniverseException(java.lang.String msg)
UnsupportedUniverseException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |