org.sadun.text.ffp
Class FormatOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sadun.text.ffp.FFPParseException
org.sadun.text.ffp.FieldRelatedFFPParseException
org.sadun.text.ffp.FormatOutOfRangeException
- All Implemented Interfaces:
- java.io.Serializable
- public class FormatOutOfRangeException
- extends org.sadun.text.ffp.FieldRelatedFFPParseException
An exception raised when parsing a LineFormat
and
an expected field cannot be found since the line is too short.
- Author:
- Cristiano Sadun
- See Also:
- Serialized Form
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 |
getFormat
public LineFormat getFormat()
- Returns:
getLine
public java.lang.String getLine()
- Returns:
getExpectedFieldEnd
public int getExpectedFieldEnd()
- Returns:
getExpectedFieldImage
public java.lang.String getExpectedFieldImage()
- Returns:
getExpectedFieldName
public java.lang.String getExpectedFieldName()
- Returns:
getExpectedFieldStart
public int getExpectedFieldStart()
- Returns:
getExpectedFieldType
public Type getExpectedFieldType()
- Returns: