javax.media.ding3d.loaders
Class ParsingErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.media.ding3d.loaders.ParsingErrorException
All Implemented Interfaces:
java.io.Serializable

public class ParsingErrorException
extends java.lang.RuntimeException

Exception used to indicate that the loader encountered a problem parsing the specified file.

See Also:
Serialized Form

Constructor Summary
ParsingErrorException()
           
ParsingErrorException(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

ParsingErrorException

public ParsingErrorException()

ParsingErrorException

public ParsingErrorException(java.lang.String s)