Package org.web3d.vrml.lang
Class NodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.lang.NodeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidNodeTypeException
Superclass of all exceptions relating to node errors.
- Version:
- $Revision: 1.3 $
- Author:
- Justin Couch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeException
(String name) Create a blank node exception that refers to the given node type.NodeException
(String name, String msg) Create an exception for the given node that has a message associated with it. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeException
Create a blank node exception that refers to the given node type.- Parameters:
name
- The name of the node type that caused the error
-
NodeException
-