Package org.web3d.vrml.lang
Class VRMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExporterException
,FieldException
,FilterProcessingException
,ImportFileFormatException
,InvalidRouteException
,InvalidScriptContentException
,InvalidTemplateException
,NodeException
,SAVException
,UnknownTemplateException
,UnsupportedComponentException
,UnsupportedNodeException
,UnsupportedProfileException
,UnsupportedSpecVersionException
Superclass of all exceptions provided by this package and for all of the VRML implementation.
- Version:
- $Revision: 1.3 $
- Author:
- Justin Couch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a default exception that does not contain a message.VRMLException
(String message) Create an exception that contains the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VRMLException
public VRMLException()Create a default exception that does not contain a message. -
VRMLException
Create an exception that contains the given message.- Parameters:
message
- The message to associate
-