Package vrml
Class InvalidVRMLSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
vrml.InvalidVRMLSyntaxException
- All Implemented Interfaces:
Serializable
InvalidVRMLSyntaxException is thrown at the time createVrmlFromString(),
createVrmlFromURL() or loadURL() is executed and the vrml syntax is invalid.
- Version:
- $Revision: 1.3 $
- Author:
- Alan Hudson
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidVRMLSyntaxException
public InvalidVRMLSyntaxException() -
InvalidVRMLSyntaxException
-