Package com.sun.j3d.loaders
Class IncorrectFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.j3d.loaders.IncorrectFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncorrectFormatException extends java.lang.RuntimeException
Exception used to indicate that a file of the incorrect type was passed to a loader.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectFormatException()
IncorrectFormatException(java.lang.String s)
-