|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.j3d.utils.scenegraph.io.retained.SGIORuntimeException
public class SGIORuntimeException
This RuntimeException encapsulates a number of RuntimeErrors in the IO system. This exception is always wrapped and thrown to the user as an IOException. In the future this exception will be removed and the code will throw IOExceptions internally instead.
Constructor Summary | |
---|---|
SGIORuntimeException()
Constructs a new instance of SGIORuntimeException
without a detail message. |
|
SGIORuntimeException(java.lang.String msg)
Constructs an instance of SGIORuntimeException
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 SGIORuntimeException()
SGIORuntimeException
without a detail message.
public SGIORuntimeException(java.lang.String msg)
SGIORuntimeException
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 |