Class ReplacementForThrowable


  • class ReplacementForThrowable
    extends java.lang.Object
    Replacement methods for the class java.lang.Throwable.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplacementForThrowable()
      Replacement for the default constructor of Throwable
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.Throwable fillInStackTrace​(java.lang.Throwable this_)
      Replacement for fillInStackTrace()
      private int getStackTraceDepth()
      Replacement for getStackTraceDepth()
      (package private) java.lang.StackTraceElement getStackTraceElement​(int index)
      Replacement for getStackTraceElement(int)
      • Methods inherited from class java.lang.Object

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

      • ReplacementForThrowable

        ReplacementForThrowable()
        Replacement for the default constructor of Throwable
    • Method Detail

      • fillInStackTrace

        private static java.lang.Throwable fillInStackTrace​(java.lang.Throwable this_)
        Replacement for fillInStackTrace()
      • getStackTraceDepth

        private int getStackTraceDepth()
        Replacement for getStackTraceDepth()
      • getStackTraceElement

        java.lang.StackTraceElement getStackTraceElement​(int index)
        Replacement for getStackTraceElement(int)