Class ExceptionDetails.Shallower

java.lang.Object
com.illumon.util.ExceptionDetails
com.illumon.util.ExceptionDetails.Shallower
All Implemented Interfaces:
Serializable
Enclosing class:
ExceptionDetails

public static class ExceptionDetails.Shallower extends ExceptionDetails
Sometimes the initial stack trace is ridiculously deep, and irrelevant. This class adds access to a shorter full stack trace, where the "... 86 more" truncation starts one exception sooner.
See Also:
  • Constructor Details

    • Shallower

      public Shallower(Throwable throwable)
  • Method Details

    • getShallowerFullStackTrace

      public String getShallowerFullStackTrace()