Package org.kapott.hbci.exceptions
Class ParseErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kapott.hbci.exceptions.HBCI_Exception
-
- org.kapott.hbci.exceptions.ParseErrorException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PredelimErrorException
public class ParseErrorException extends HBCI_Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseErrorException(String st)ParseErrorException(String st, Exception e)
-
Method Summary
-
Methods inherited from class org.kapott.hbci.exceptions.HBCI_Exception
isFatal, setFatal
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-