Class X3DException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BrowserNotSharedException, ConnectionException, ImportedNodeException, InsufficientCapabilitiesException, InvalidBrowserException, InvalidDocumentException, InvalidExecutionContextException, InvalidFieldException, InvalidFieldValueException, InvalidNodeException, InvalidOperationTimingException, InvalidProtoException, InvalidRouteException, InvalidURLException, InvalidX3DException, NodeInUseException, NodeUnavailableException, NoSuchBrowserException, NotSupportedException, URLUnavailableException

public class X3DException extends RuntimeException
The basic exception that is thrown by any VRML method call that wishes to throw exceptions.

Based on RuntimeException so that the user has the choice of deciding whether to catch the exception or not.

Version:
1.0 30 April 1998
See Also: