Package com.sun.j3d.loaders
Class ParsingErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.j3d.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
Constructors Constructor Description ParsingErrorException()
ParsingErrorException(java.lang.String s)
-