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
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:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.util.ExceptionDetails
ExceptionDetails.Shallower
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
getShallowerFullStackTrace()
Methods inherited from class com.illumon.util.ExceptionDetails
getErrorMessage, getFullStackTrace, getShortCauses, testExceptionDetails, toString