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