class ErrorsViewStackTracePrinter extends DefaultErrorsPrinter
Customized Stack trace output for the errors view.
| Properties inherited from class | Properties |
|---|---|
class DefaultErrorsPrinter |
resourceLocator |
| Constructor and description |
|---|
ErrorsViewStackTracePrinter(ResourceLocator resourceLocator) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
formatCodeSnippetEnd(Resource resource, int lineNumber) |
|
protected java.lang.String |
formatCodeSnippetErrorLine(int currentLineNumber, java.lang.Object currentLine, java.util.Map attrs) |
|
protected java.lang.String |
formatCodeSnippetLine(int currentLineNumber, java.lang.Object currentLine, java.util.Map attrs) |
|
java.lang.String |
formatCodeSnippetStart(Resource resource, int lineNumber, java.util.Map attrs) |
|
protected int |
getLineNumberInfo(java.lang.Throwable cause, int defaultInfo) |
|
java.lang.String |
prettyPrint(java.lang.Throwable t, java.util.Map attrs) |
|
java.lang.String |
prettyPrintCodeSnippet(java.lang.Throwable t, java.util.Map attrs) |
|
protected boolean |
shouldSkipNextCause(java.lang.Throwable e) |