Xj3D VRML/X3D Code API

org.web3d.vrml.lang
Class InvalidFieldTypeException

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.InvalidFieldTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFieldTypeException
extends FieldException

Error when the type of the field does not match, such as for routes, scripting or internal manipulation.

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

Constructor Summary
InvalidFieldTypeException(java.lang.String name)
          Create a blank Field exception that refers to the given Field type.
 
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

InvalidFieldTypeException

public InvalidFieldTypeException(java.lang.String name)
Create a blank Field exception that refers to the given Field type.

Parameters:
name - The name of the Field type that caused the error

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium