Package org.iban4j
Class UnsupportedCountryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iban4j.Iban4jException
org.iban4j.UnsupportedCountryException
- All Implemented Interfaces:
Serializable
Thrown to indicate that requested country is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aUnsupportedCountryExceptionwith no detail message and cause.Constructs aUnsupportedCountryExceptionwith the specified detail message.UnsupportedCountryException(String countryCode, String s) Constructs aUnsupportedCountryExceptionwith the specified country code and detail message.Constructs aUnsupportedCountryExceptionwith the specified detail message and cause.Constructs aUnsupportedCountryExceptionwith 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
-
UnsupportedCountryException
public UnsupportedCountryException()Constructs aUnsupportedCountryExceptionwith no detail message and cause. -
UnsupportedCountryException
Constructs aUnsupportedCountryExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
UnsupportedCountryException
Constructs aUnsupportedCountryExceptionwith the specified country code and detail message.- Parameters:
countryCode- the country code.s- the detail message.
-
UnsupportedCountryException
Constructs aUnsupportedCountryExceptionwith the specified detail message and cause.- Parameters:
s- the detail message.t- the cause.
-
UnsupportedCountryException
Constructs aUnsupportedCountryExceptionwith the specified cause.- Parameters:
t- the cause.
-
-
Method Details
-
getCountryCode
-