Package org.iban4j
Class InvalidCheckDigitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iban4j.Iban4jException
org.iban4j.InvalidCheckDigitException
- All Implemented Interfaces:
Serializable
Thrown to indicate that Iban's check digit is invalid
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aInvalidCheckDigitExceptionwith no detail message.Constructs aInvalidCheckDigitExceptionwith the specified detail message.InvalidCheckDigitException(String actual, String expected, String s) Constructs aInvalidCheckDigitExceptionwith the specified actual, expected and detail message.Constructs aInvalidCheckDigitExceptionwith the specified detail message and cause.Constructs aInvalidCheckDigitExceptionwith the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCheckDigitException
public InvalidCheckDigitException()Constructs aInvalidCheckDigitExceptionwith no detail message. -
InvalidCheckDigitException
Constructs aInvalidCheckDigitExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
InvalidCheckDigitException
Constructs aInvalidCheckDigitExceptionwith the specified actual, expected and detail message.- Parameters:
actual- the actual check digit.expected- the expected check digit.s- the detail message.
-
InvalidCheckDigitException
Constructs aInvalidCheckDigitExceptionwith the specified detail message and cause.- Parameters:
s- the detail message.t- the cause.
-
InvalidCheckDigitException
Constructs aInvalidCheckDigitExceptionwith the specified cause.- Parameters:
t- the cause.
-
-
Method Details
-
getActual
-
getExpected
-