|
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.InvalidTemplateException
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 synatx. The error may be generated by a parser or by the runtime code as the user interacts with the system.
| Constructor Summary | |
InvalidTemplateException(java.lang.String name)
Create a new exception with no message. |
|
InvalidTemplateException(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 InvalidTemplateException(java.lang.String name)
name - The name of the template that caused the error
public InvalidTemplateException(java.lang.String name,
java.lang.String msg)
name - The name of the template 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 | ||||||||||