net.sf.ofx4j.io
Class OFXParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ofx4j.io.OFXParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OFXSyntaxException

public class OFXParseException
extends java.lang.Exception

Author:
Ryan Heaton
See Also:
Serialized Form

Constructor Summary
OFXParseException()
           
OFXParseException(java.lang.String message)
           
OFXParseException(java.lang.String message, java.lang.Throwable cause)
           
OFXParseException(java.lang.Throwable cause)
           
 
Method Summary
 
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

OFXParseException

public OFXParseException()

OFXParseException

public OFXParseException(java.lang.String message)

OFXParseException

public OFXParseException(java.lang.String message,
                         java.lang.Throwable cause)

OFXParseException

public OFXParseException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.