Package fr.marcwrobel.jbanking.iban
Class IbanFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fr.marcwrobel.jbanking.iban.IbanFormatException
-
- All Implemented Interfaces:
Serializable
public final class IbanFormatException extends RuntimeException
Thrown to indicate that an attempt has been made to convert a string to aIban, but that the string does not have the appropriate format.- Since:
- 1.0
- Author:
- Marc Wrobel
- See Also:
Iban(String), Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInputString()Returns 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 Detail
-
getInputString
public String getInputString()
Returns the input String that caused this exception to be raised.- Returns:
- a string
-
-