|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface StackTracePrinter
Defines method for pretty printing Stack traces.
Method Summary | |
---|---|
java.lang.String
|
prettyPrint(java.lang.Throwable throwable)
Pretty print the given stack trace and return the result |
Method Detail |
---|
java.lang.String prettyPrint(java.lang.Throwable throwable)
throwable
- The throwable
Groovy Documentation