Package org.web3d.vrml.lang
Class InvalidFieldConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.lang.FieldException
org.web3d.vrml.lang.InvalidFieldConnectionException
- All Implemented Interfaces:
Serializable
Exception when the file attempts to make a connection such as a ROUTE or IS between two incompatible or undefined fields and/or nodes.
- Version:
- $Revision: 1.2 $
- Author:
- Justin Couch
- See Also:
-
Field Summary
Fields inherited from class org.web3d.vrml.lang.FieldException
fieldName
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new exception with no message.Create a new exception with a message. -
Method Summary
Methods inherited from class org.web3d.vrml.lang.FieldException
getFieldName, setFieldName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFieldConnectionException
public InvalidFieldConnectionException()Create a new exception with no message. -
InvalidFieldConnectionException
Create a new exception with a message.- Parameters:
msg
- The message associated with this exception
-