|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface CodeSnippetPrinter
Interfaces for classes to implement that print code snippets
Method Summary | |
---|---|
java.lang.String
|
prettyPrintCodeSnippet(java.lang.Throwable exception)
Attempts to present a preview code snippet of the code that went wrong |
Method Detail |
---|
java.lang.String prettyPrintCodeSnippet(java.lang.Throwable exception)
exception
- The exception
Groovy Documentation