@CompileStatic class ViewRenderException extends ViewException implements SourceCodeAware
Thrown when a view rendering exception occurs
| Type | Name and description |
|---|---|
int |
lineNumber |
File |
sourceFile |
WritableScript |
view |
| Constructor and description |
|---|
ViewRenderException(String message, Throwable cause, WritableScript view) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
StackTraceElement |
findFirstElementCausedByScript() |
|
String |
getFileName() |