@groovy.transform.CompileStatic class ViewRenderException extends ViewException implements SourceCodeAware
Thrown when a view rendering exception occurs
Modifiers | Name | Description |
---|---|---|
private int |
lineNumber |
|
private java.io.File |
sourceFile |
|
private WritableScript |
view |
Type | Name and description |
---|---|
int |
lineNumber |
java.io.File |
sourceFile |
WritableScript |
view |
Constructor and description |
---|
ViewRenderException
(java.lang.String message, java.lang.Throwable cause, WritableScript view) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.StackTraceElement |
findFirstElementCausedByScript() |
|
java.lang.String |
getFileName() |
Groovy Documentation