Class InvalidFieldFormatException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvalidFieldFormatException extends FieldException
Exception for when the format provided by the field is invalid for what the field requires.

The exception also has the option of including line and column number information for when it is generated from a file that was read. If the field was parsed from a non-file source, such as the SAI, then no number information will be present and the two getter methods will return a value of -1.

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