Package org.web3d.vrml.lang
Class UnsupportedSpecVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.lang.UnsupportedSpecVersionException
- All Implemented Interfaces:
Serializable
Exception indicating that a specification version is not supported by the
implementation.
This exception may be generated either by the parser implementation if it has knowledge of versions or by the implementation of the various handlers. If the handlers generate it then the parser should at least understand the exception. They are not required do anything such as then filter nodes or anything. They may treat it as either a warning or full error that stops the parser.
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new exception with no message.Create a new exception with a 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
-
UnsupportedSpecVersionException
public UnsupportedSpecVersionException()Create a new exception with no message. -
UnsupportedSpecVersionException
Create a new exception with a message.- Parameters:
msg
- The message associated with this exception
-