Xj3D VRML/X3D Code API

org.web3d.vrml.lang
Class VRMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.web3d.vrml.lang.VRMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FieldException, InvalidRouteException, InvalidScriptContentException, InvalidTemplateException, NodeException, SAVException, UnknownTemplateException, UnsupportedComponentException, UnsupportedNodeException, UnsupportedProfileException, UnsupportedSpecVersionException

public class VRMLException
extends java.lang.RuntimeException

Superclass of all exceptions provided by this package and for all of the VRML implementation.

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

Constructor Summary
VRMLException()
          Create a default exception that does not contain a message.
VRMLException(java.lang.String msg)
          Create an exception that contains the given message.
 
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

VRMLException

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


VRMLException

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

Parameters:
msg - The message to associate

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium