Package org.web3d.vrml.lang
Class InvalidTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.lang.InvalidTemplateException
- All Implemented Interfaces:
Serializable
Exception indicating that a definition of a template node is not valid.
An invalid template declaration may occur for one of several reasons, but usually just due to poor syntax. The error may be generated by a parser or by the runtime code as the user interacts with the system.
- Version:
- $Revision: 1.4 $
- Author:
- Justin Couch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new exception with no message.InvalidTemplateException
(String name, String msg) 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
-
InvalidTemplateException
Create a new exception with no message.- Parameters:
name
- The name of the template that caused the error
-
InvalidTemplateException
-