Interface NestedThrowable

    • Method Detail

      • getNested

        Throwable getNested()
        Get the nested Throwable.
      • superToString

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

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

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