|
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.NodeException
org.web3d.vrml.lang.InvalidNodeTypeException
Superclass of all exceptions relating to node errors.
| Constructor Summary | |
InvalidNodeTypeException(java.lang.String name)
Create a blank node exception that refers to the given node type. |
|
InvalidNodeTypeException(java.lang.String name,
java.lang.String msg)
Create an exception for the given node that has a message associated with it. |
|
| 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 InvalidNodeTypeException(java.lang.String name)
name - The name of the node type that caused the error
public InvalidNodeTypeException(java.lang.String name,
java.lang.String msg)
name - The name of the node type that caused the errormsg - The message to associate with this error
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||