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 |
---|---|---|
|
String |
formatCodeSnippetEnd(Resource resource, int lineNumber) |
|
protected String |
formatCodeSnippetErrorLine(int currentLineNumber, Object currentLine) |
|
protected String |
formatCodeSnippetLine(int currentLineNumber, Object currentLine) |
|
String |
formatCodeSnippetStart(Resource resource, int lineNumber) |
|
protected int |
getLineNumberInfo(Throwable cause, int defaultInfo) |
|
String |
prettyPrint(Throwable t) |
|
String |
prettyPrintCodeSnippet(Throwable t) |
|
protected boolean |
shouldSkipNextCause(Throwable e) |
Methods inherited from class | Name |
---|---|
class DefaultErrorsPrinter |
formatCodeSnippetEnd, formatCodeSnippetErrorLine, formatCodeSnippetLine, formatCodeSnippetStart, getFileName, getFileNameInfo, getLineNumberInfo, getRootCause, prettyPrintCodeSnippet |
class DefaultStackTracePrinter |
getFileName, makeRelativeIfPossible, prettyPrint, printCausedByMessage, printFailureLocation, printHeader, printLastEntry, printStackLine, shouldSkipNextCause |