JavaScript is disabled on your browser.
X3DJSAIL, X3D Java Scene Access Interface Library
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.web3d.x3d.sai.X3DException
All Implemented Interfaces:
java.io.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 java.lang.RuntimeException
Package hint: This specification class is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
The basic exception that is thrown by any X3D method call that needs to
throw an exception.
Based on RuntimeException so that the user has the choice of deciding
whether to catch the exception or not.
See Also:
SAI Java Specification: B.7.1 X3DException ,
X3D Tooltips ,
X3D Scene Authoring Hints ,
Serialized Form
Constructor Summary
Constructors
Constructor and Description
X3DException ()
Construct a basic instance of this exception with no error message.
X3DException (java.lang.String message)
Constructs a new exception with a specific message report.
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
X3DJSAIL, X3D Java Scene Access Interface Library
Detail:
Field |
Constr |
Method
Copyright ©2005-2017 Web3D Consortium under an open-source license , free for any use. Feedback is welcome.