org.sadun.text.ffp
Class NoAssociatedListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sadun.text.ffp.FFPParseException
org.sadun.text.ffp.AbortFFPException
org.sadun.text.ffp.NoAssociatedListenerException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoAssociatedListenerException
- extends AbortFFPException
An exception raised when a DispatcherListener
is
used to dispatch parsing events from a
flat file parser
, its {@link
- 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 |
NoAssociatedListenerException
public NoAssociatedListenerException(LineFormat format,
int logicalLinecount,
int physicalLineCount,
java.lang.String[] values)
- Parameters:
format
- logicalLinecount
- physicalLineCount
- values
-
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.