mri.v3ds
v0.1

mri.v3ds
Class Exception3ds

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mri.v3ds.Exception3ds
All Implemented Interfaces:
java.io.Serializable

public class Exception3ds
extends java.lang.Exception

Exception class thrown by the Scene3ds constructors. The exception is thrown in case of I/O and parsing problems. Use getMessage() to retreive the error message.

See Also:
Serialized Form

Constructor Summary
Exception3ds(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exception3ds

public Exception3ds(java.lang.String s)

mri.v3ds
v0.1