Package fr.marcwrobel.jbanking.bic
Class BicFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.marcwrobel.jbanking.bic.BicFormatException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an attempt has been made to convert a string to a
Bic, but that the string does not have the
appropriate format.- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the input String that caused this exception to be raised.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getInputString
Returns the input String that caused this exception to be raised.- Returns:
- a string
-