edu.ohiou.cs456_badabing.sceneapi.basic
Class ModelFile_ReadError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ohiou.cs456_badabing.sceneapi.basic.ModelFile_ReadError
All Implemented Interfaces:
java.io.Serializable

public class ModelFile_ReadError
extends java.lang.Exception

Instance of this class is thrown when ModelFile encounters error reading 3d Model File.

Description: instance of this class is thrown when ModelFile encounters error reading 3d Model File.

Copyright: Lev A Neiman 2008

Company: Ohio University EECS

See Also:
Serialized Form

Constructor Summary
ModelFile_ReadError(java.lang.Exception e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelFile_ReadError

public ModelFile_ReadError(java.lang.Exception e)