|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.lang.UnknownTemplateException
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.
| Constructor Summary | |
UnknownTemplateException(java.lang.String name)
Create a new exception with no message. |
|
UnknownTemplateException(java.lang.String name,
java.lang.String msg)
Create a new exception with a message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UnknownTemplateException(java.lang.String name)
name - The name of the node type that caused the error
public UnknownTemplateException(java.lang.String name,
java.lang.String msg)
name - The name of the node type that caused the errormsg - The message associated with this exception
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||