public class UnsupportedCountryException extends Iban4jException
| Constructor and Description |
|---|
UnsupportedCountryException()
Constructs a
UnsupportedCountryException with no detail message and cause. |
UnsupportedCountryException(String s)
Constructs a
UnsupportedCountryException with the
specified detail message. |
UnsupportedCountryException(String countryCode,
String s)
Constructs a
UnsupportedCountryException with the
specified country code and detail message. |
UnsupportedCountryException(String s,
Throwable t)
Constructs a
UnsupportedCountryException with the
specified detail message and cause. |
UnsupportedCountryException(Throwable t)
Constructs a
UnsupportedCountryException with the
specified cause. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedCountryException()
UnsupportedCountryException with no detail message and cause.public UnsupportedCountryException(String s)
UnsupportedCountryException with the
specified detail message.s - the detail message.public UnsupportedCountryException(String countryCode, String s)
UnsupportedCountryException with the
specified country code and detail message.countryCode - the country code.s - the detail message.public UnsupportedCountryException(String s, Throwable t)
UnsupportedCountryException with the
specified detail message and cause.s - the detail message.t - the cause.public UnsupportedCountryException(Throwable t)
UnsupportedCountryException with the
specified cause.t - the cause.public String getCountryCode()
Copyright © 2020. All rights reserved.