Copyright (C) 2003,2004 dr. Cristiano Sadun

org.sadun.text.ffp
Class NoAssociatedListenerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sadun.text.ffp.FFPParseException
              extended byorg.sadun.text.ffp.AbortFFPException
                  extended byorg.sadun.text.ffp.NoAssociatedListenerException
All Implemented Interfaces:
java.io.Serializable

public class NoAssociatedListenerException
extends AbortFFPException

An exception raised when a DispatcherListeneris used to dispatch parsing events from a flat file parser, its {@link

Author:
Cristiano Sadun
See Also:
Serialized Form

Constructor Summary
NoAssociatedListenerException(LineFormat format, int logicalLinecount, int physicalLineCount, java.lang.String[] values)
           
 
Method Summary
 LineFormat getFormat()
          The format that has successfully matched the line.
 int getLogicalLinecount()
          The logical line number of the matched line.
 int getPhysicalLineCount()
          The physical line number of the matched line.
 java.lang.String[] getValues()
           
 
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
 

Constructor Detail

NoAssociatedListenerException

public NoAssociatedListenerException(LineFormat format,
                                     int logicalLinecount,
                                     int physicalLineCount,
                                     java.lang.String[] values)
Parameters:
format -
logicalLinecount -
physicalLineCount -
values -
Method Detail

getFormat

public LineFormat getFormat()
The format that has successfully matched the line.

Returns:
Return the format that has successfully matched the line.

getLogicalLinecount

public int getLogicalLinecount()
The logical line number of the matched line.

Returns:
Return the logical line number of the matched line.

getPhysicalLineCount

public int getPhysicalLineCount()
The physical line number of the matched line.

Returns:
Return the physical line number of the matched line.

getValues

public java.lang.String[] getValues()
Returns:
Returns the values.

Copyright (C) 2003,2004 dr. Cristiano Sadun