Xj3D VRML/X3D Code API

org.web3d.vrml.lang
Class InvalidFieldConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.web3d.vrml.lang.VRMLException
                  extended byorg.web3d.vrml.lang.FieldException
                      extended byorg.web3d.vrml.lang.InvalidFieldConnectionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFieldConnectionException
extends FieldException

Exception when the file attempts to make a connection such as a ROUTE or IS between two incompatible or undefined fields and/or nodes.

Version:
$Revision: 1.2 $
Author:
Justin Couch
See Also:
Serialized Form

Constructor Summary
InvalidFieldConnectionException()
          Create a new exception with no message.
InvalidFieldConnectionException(java.lang.String msg)
          Create a new exception with a 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

InvalidFieldConnectionException

public InvalidFieldConnectionException()
Create a new exception with no message.


InvalidFieldConnectionException

public InvalidFieldConnectionException(java.lang.String msg)
Create a new exception with a message.

Parameters:
msg - The message associated with this exception

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium