public class InvalidCheckDigitException extends Iban4jException
| Constructor and Description |
|---|
InvalidCheckDigitException()
Constructs a
InvalidCheckDigitException with no detail message. |
InvalidCheckDigitException(String s)
Constructs a
InvalidCheckDigitException with the
specified detail message. |
InvalidCheckDigitException(String actual,
String expected,
String s)
Constructs a
InvalidCheckDigitException with the
specified actual, expected and detail message. |
InvalidCheckDigitException(String s,
Throwable t)
Constructs a
InvalidCheckDigitException with the
specified detail message and cause. |
InvalidCheckDigitException(Throwable t)
Constructs a
InvalidCheckDigitException with the
specified cause. |
| Modifier and Type | Method and Description |
|---|---|
String |
getActual() |
String |
getExpected() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCheckDigitException()
InvalidCheckDigitException with no detail message.public InvalidCheckDigitException(String s)
InvalidCheckDigitException with the
specified detail message.s - the detail message.public InvalidCheckDigitException(String actual, String expected, String s)
InvalidCheckDigitException with the
specified actual, expected and detail message.actual - the actual check digit.expected - the expected check digit.s - the detail message.public InvalidCheckDigitException(String s, Throwable t)
InvalidCheckDigitException with the
specified detail message and cause.s - the detail message.t - the cause.public InvalidCheckDigitException(Throwable t)
InvalidCheckDigitException with the
specified cause.t - the cause.Copyright © 2020. All rights reserved.