Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Class InvalidFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.web3d.x3d.sai.X3DException
                  extended by org.web3d.x3d.sai.InvalidFieldException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidReadableFieldException, InvalidWritableFieldException

public class InvalidFieldException
extends X3DException

The exception that is thrown when a reference to any field is not valid. Generally used as a base class to more specific invalid field methods.

An field may be invalid for a number of reasons:

Version:
$Revision: 1.3 $
See Also:
Serialized Form

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

InvalidFieldException

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


InvalidFieldException

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

Parameters:
msg - The message to use

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium