Package com.illumon.util
Class ExceptionDetails.Shallower
java.lang.Object
com.illumon.util.ExceptionDetails
com.illumon.util.ExceptionDetails.Shallower
- All Implemented Interfaces:
Serializable
- Enclosing class:
- 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.util.ExceptionDetails
ExceptionDetails.Shallower
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.util.ExceptionDetails
getErrorMessage, getFullStackTrace, getShortCauses, testExceptionDetails, toString
-
Constructor Details
-
Shallower
-
-
Method Details
-
getShallowerFullStackTrace
-