Interface NestedThrowable

    • Method Detail

      • getNested

        java.lang.Throwable getNested()
        Get the nested Throwable.
      • superToString

        java.lang.String superToString()
        Call super.toString(). [Kludge but necessary.]
      • superPrintStackTrace

        void superPrintStackTrace​(java.io.PrintStream ps)
        Call super.printStackTrace(). [Kludge but necessary.]
      • superPrintStackTrace

        void superPrintStackTrace​(java.io.PrintWriter po)
        Call super.printStackTrace(). [Kludge but necessary.]