Class InvalidReadableFieldException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvalidReadableFieldException extends InvalidFieldException
The exception that is thrown when a reference to an readable field is not valid.

An readable field may be invalid for a number of reasons:

  • The user may have typed in the wrong name through a typo.
  • The name may not correspond to a field in that node at all.
  • The name given refers to a valid field but the field cannot be accessed as an readable field.
Version:
$Revision: 1.2 $
Author:
Justin Couch
See Also: