@groovy.transform.CompileStatic class ViewRenderException extends ViewException
Thrown when a view rendering exception occurs
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