Package org.jpos.iso

Class ISOException

    • Constructor Summary

      Constructors 
      Constructor Description
      ISOException()
      Constructs an ISOException with no detail message.
      ISOException​(java.lang.String s)
      Constructs an ISOException with the specified detail message.
      ISOException​(java.lang.String s, java.lang.Throwable nested)
      Constructs an ISOException with a detail Message nested exception
      ISOException​(java.lang.Throwable nested)
      Constructs an ISOException with a nested exception
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintStream p, java.lang.String indent)  
      java.lang.Throwable getNested()  
      protected java.lang.String getTagName()  
      void printStackTrace()  
      void printStackTrace​(java.io.PrintStream ps)  
      void printStackTrace​(java.io.PrintWriter pw)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • ISOException

        public ISOException()
        Constructs an ISOException with no detail message.
      • ISOException

        public ISOException​(java.lang.String s)
        Constructs an ISOException with the specified detail message.
        Parameters:
        s - the detail message.
      • ISOException

        public ISOException​(java.lang.Throwable nested)
        Constructs an ISOException with a nested exception
        Parameters:
        nested - another exception
      • ISOException

        public ISOException​(java.lang.String s,
                            java.lang.Throwable nested)
        Constructs an ISOException with a detail Message nested exception
        Parameters:
        s - the detail message.
        nested - another exception
    • Method Detail

      • getNested

        public java.lang.Throwable getNested()
        Returns:
        nested exception (may be null)
      • getTagName

        protected java.lang.String getTagName()
      • dump

        public void dump​(java.io.PrintStream p,
                         java.lang.String indent)
        Specified by:
        dump in interface Loggeable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream ps)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter pw)
        Overrides:
        printStackTrace in class java.lang.Throwable