javax.media.ding3d.utils.scenegraph.io.retained
Class SGIORuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.media.ding3d.utils.scenegraph.io.retained.SGIORuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SGIORuntimeException
extends java.lang.RuntimeException

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.

See Also:
Serialized Form

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

SGIORuntimeException

public SGIORuntimeException()
Constructs a new instance of SGIORuntimeException without a detail message.


SGIORuntimeException

public SGIORuntimeException(java.lang.String msg)
Constructs an instance of SGIORuntimeException with the specified detail message.

Parameters:
msg - the detail message.