Package org.web3d.vrml.sav
Class SAVException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.vrml.lang.VRMLException
org.web3d.vrml.sav.SAVException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SAVNotSupportedException
,VRMLParseException
Superclass of all exceptions used by the Simple API for VRML parsing.
- Version:
- $Revision: 1.3 $
- Author:
- Justin Couch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a default exception that does not contain a message.SAVException
(String message) Create an exception that contains the given 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
-
SAVException
public SAVException()Create a default exception that does not contain a message. -
SAVException
Create an exception that contains the given message.- Parameters:
message
- The message to associate
-