Package org.web3d.vrml.lang
Class UnknownTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.lang.UnknownTemplateException
- All Implemented Interfaces:
Serializable
Exception indicating that a node template could not be matched to anything
requested internally.
This is a fairly rare exception and only occurs when we can't map an EXTERNPROTO to an underlying definition. Mostly this will occur at runtime but may in fact be used when the user attempts to create or access nodes that use this information.
- Version:
- $Revision: 1.3 $
- Author:
- Justin Couch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new exception with no message.UnknownTemplateException
(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
-
UnknownTemplateException
Create a new exception with no message.- Parameters:
name
- The name of the node type that caused the error
-
UnknownTemplateException
-