Class X3DException

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
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes.
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:
  • Constructor Details

    • X3DException

      public X3DException()
      Construct a basic instance of this exception with no error message.
    • X3DException

      public X3DException(String message)
      Constructs a new exception with a specific message report.
      Parameters:
      message - description for this exception