Copyright (C) 2003,2004 dr. Cristiano Sadun

org.sadun.text.ffp
Class FormatOutOfRangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sadun.text.ffp.FFPParseException
              extended byorg.sadun.text.ffp.FieldRelatedFFPParseException
                  extended byorg.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

Method Summary
 int getExpectedFieldEnd()
           
 java.lang.String getExpectedFieldImage()
           
 java.lang.String getExpectedFieldName()
           
 int getExpectedFieldStart()
           
 Type getExpectedFieldType()
           
 LineFormat getFormat()
           
 java.lang.String getLine()
           
 
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
 

Method Detail

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:

Copyright (C) 2003,2004 dr. Cristiano Sadun