class ErrorsViewStackTracePrinter extends DefaultErrorsPrinter
Customized Stack trace output for the errors view.
| Constructor and description | 
|---|
| ErrorsViewStackTracePrinter
                                (ResourceLocator resourceLocator) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.String | formatCodeSnippetEnd(org.springframework.core.io.Resource resource, int lineNumber) | 
|  | protected java.lang.String | formatCodeSnippetErrorLine(int currentLineNumber, java.lang.Object currentLine) | 
|  | protected java.lang.String | formatCodeSnippetLine(int currentLineNumber, java.lang.Object currentLine) | 
|  | java.lang.String | formatCodeSnippetStart(org.springframework.core.io.Resource resource, int lineNumber) | 
|  | protected int | getLineNumberInfo(java.lang.Throwable cause, int defaultInfo) | 
|  | java.lang.String | prettyPrint(java.lang.Throwable t) | 
|  | java.lang.String | prettyPrintCodeSnippet(java.lang.Throwable t) | 
|  | protected boolean | shouldSkipNextCause(java.lang.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 |