Package org.web3d.vrml.sav
Class ImportFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.sav.ImportFileFormatException
- All Implemented Interfaces:
Serializable
An exception that represents a parsing error during the import
of a file, usually due to an unsupported file type.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportFileFormatException
Create an exception- Parameters:
message
- - the detail message.
-