Copyright (C) 2003,2004 dr. Cristiano Sadun

org.sadun.text.ffp
Class FFPParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sadun.text.ffp.FFPParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortFFPException, FFPStreamParseException, org.sadun.text.ffp.FieldRelatedFFPParseException, InvalidPhysicalLineCountException, MultipleMatchingConditionsException, NoMatchingConditionException, TrailingCharactersException

public abstract class FFPParseException
extends java.lang.Exception

The main parsing-related exception. Any other FFP-related exception is a subclass of this.

Version:
1.0
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
 


Copyright (C) 2003,2004 dr. Cristiano Sadun