interface StackTracePrinter
Defines method for pretty printing Stack traces.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract String |
prettyPrint(Throwable throwable)Pretty print the given stack trace and return the result |