public class GroovyPagesException extends GrailsException implements SourceCodeAware
Thrown when processing GSP pages.
Constructor and description |
---|
GroovyPagesException(String message, Throwable e) |
GroovyPagesException(String message, Throwable exception, int lineNumber, String fileName) |
GroovyPagesException(String message) |
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
getFileName() |
|
public int |
getLineNumber() |