Package org.iban4j

Class UnsupportedCountryException

All Implemented Interfaces:
Serializable

public class UnsupportedCountryException extends Iban4jException
Thrown to indicate that requested country is not supported.
See Also:
  • Constructor Details

    • UnsupportedCountryException

      public UnsupportedCountryException()
      Constructs a UnsupportedCountryException with no detail message and cause.
    • UnsupportedCountryException

      public UnsupportedCountryException(String s)
      Constructs a UnsupportedCountryException with the specified detail message.
      Parameters:
      s - the detail message.
    • UnsupportedCountryException

      public UnsupportedCountryException(String countryCode, String s)
      Constructs a UnsupportedCountryException with the specified country code and detail message.
      Parameters:
      countryCode - the country code.
      s - the detail message.
    • UnsupportedCountryException

      public UnsupportedCountryException(String s, Throwable t)
      Constructs a UnsupportedCountryException with the specified detail message and cause.
      Parameters:
      s - the detail message.
      t - the cause.
    • UnsupportedCountryException

      public UnsupportedCountryException(Throwable t)
      Constructs a UnsupportedCountryException with the specified cause.
      Parameters:
      t - the cause.
  • Method Details

    • getCountryCode

      public String getCountryCode()