Xj3D VRML/X3D Code API

org.web3d.x3d.sai
Class ConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.web3d.x3d.sai.X3DException
                  extended byorg.web3d.x3d.sai.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends X3DException

The exception that is thrown when an error occurs in the connection between the external application and the VRML browser. Typically this might be a network connection stopping or similar problem.

Version:
1.0 3 August 1998
See Also:
Serialized Form

Constructor Summary
ConnectionException()
          Construct a basic instance of this exception with no error message
ConnectionException(java.lang.String msg)
          Constructs a new exception with a particular 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

ConnectionException

public ConnectionException()
Construct a basic instance of this exception with no error message


ConnectionException

public ConnectionException(java.lang.String msg)
Constructs a new exception with a particular message

Parameters:
msg - The message to use

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium