Package vrml.eai

Class VrmlException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionException, InvalidBrowserException, InvalidFieldException, InvalidNodeException, InvalidURLException, InvalidVrmlException, NoSuchBrowserException, NotSupportedException, URLUnavailableException

public class VrmlException extends RuntimeException
The basic exception that is thrown by any VRML method call that wishes to throw events. 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: