mri.v3ds
Class Exception3ds

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.

Version:
0.1
Author:
Mats Byggmästar
See Also:
Serialized Form

Constructor Summary
Exception3ds(java.lang.String s)
           
 
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

Exception3ds

public Exception3ds(java.lang.String s)