Package org.web3d.vrml.scripting
Class InvalidScriptContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.scripting.InvalidScriptContentException
- All Implemented Interfaces:
Serializable
Exception indicating that the content provided to a script engine is not
appropriate for it's implementation.
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new exception with no message.Create a new exception with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidScriptContentException
public InvalidScriptContentException()Create a new exception with no message. -
InvalidScriptContentException
Create a new exception with a message.- Parameters:
msg
- The message associated with this exception
-