Package org.web3d.vrml.lang
Class InvalidFieldAccessException
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.InvalidFieldAccessException
- All Implemented Interfaces:
Serializable
Exception indicating that a field accessType violation has occurred.
This is generated when a field is modified/read outside its field access parameters. Typically an initializeOnly field is written to.
- Version:
- $Revision: 1.2 $
- Author:
- Alan Hudson
- 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.InvalidFieldAccessException
(String msg, String field) Create a new exception with a message and the name of the field that had the error.InvalidFieldAccessException
(String field, VRMLNode node) Create a new exception for dealing with an invalid field access value. -
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
-
InvalidFieldAccessException
public InvalidFieldAccessException()Create a new exception with no message. -
InvalidFieldAccessException
Create a new exception with a message.- Parameters:
msg
- The message associated with this exception
-
InvalidFieldAccessException
-
InvalidFieldAccessException
-