org.codehaus.groovy.grails.web.pages.exceptions
Class GroovyPagesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.grails.exceptions.GrailsException
org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException
- All Implemented Interfaces:
- Serializable, SourceCodeAware
public class GroovyPagesException
- extends GrailsException
- implements SourceCodeAware
An exception thrown when processing GSP pages
- Since:
- 0.5
Created: Feb 23, 2007
Time: 10:45:39 AM
- Author:
- Graeme Rocher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GroovyPagesException
public GroovyPagesException(String message,
Exception e)
GroovyPagesException
public GroovyPagesException(String message,
Throwable exception,
int lineNumber,
String fileName)
GroovyPagesException
public GroovyPagesException(String message)
getFileName
public String getFileName()
- Specified by:
getFileName
in interface SourceCodeAware
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface SourceCodeAware
Copyright (c) 2005-2009 The Grails project