Class ISOException

    • Constructor Summary

      Constructors 
      Constructor Description
      ISOException​(short sw)
      Constructs an ISOException instance with the specified status word.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void throwIt​(short sw)
      Throws an instance of the ISOException class with the specified status word.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ISOException

        public ISOException​(short sw)
        Constructs an ISOException instance with the specified status word.
        Parameters:
        sw - the ISO 7816-4 defined status word
    • Method Detail

      • throwIt

        public static void throwIt​(short sw)
        Throws an instance of the ISOException class with the specified status word.
        Parameters:
        sw - ISO 7816-4 defined status word
        Throws:
        ISOException - always.