Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.sav
Class SAVException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.web3d.vrml.lang.VRMLException
                  extended by org.web3d.vrml.sav.SAVException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SAVNotSupportedException, VRMLParseException

public class SAVException
extends VRMLException

Superclass of all exceptions used by the Simple API for VRML parsing.

Version:
$Revision: 1.3 $
Author:
Justin Couch
See Also:
Serialized Form

Constructor Summary
SAVException()
          Create a default exception that does not contain a message.
SAVException(java.lang.String msg)
          Create an exception that contains the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAVException

public SAVException()
Create a default exception that does not contain a message.


SAVException

public SAVException(java.lang.String msg)
Create an exception that contains the given message.

Parameters:
msg - The message to associate

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium