Class FieldExistsException

java.lang.Object
All Implemented Interfaces:
Serializable

public class FieldExistsException extends FieldException
Exception indicating that a field declaration already exists.

This is generated when either a script or proto defines a field twice with two different definitions but the same name. May be generated during the parsing process or by the field during runtime as the user is trying to modify it.

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