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:
- java.io.Serializable, org.codehaus.groovy.grails.exceptions.SourceCodeAware
public class GroovyPagesException
- extends org.codehaus.groovy.grails.exceptions.GrailsException
- implements org.codehaus.groovy.grails.exceptions.SourceCodeAware
Thrown when processing GSP pages.
- Since:
- 0.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroovyPagesException
public GroovyPagesException(java.lang.String message,
java.lang.Throwable e)
GroovyPagesException
public GroovyPagesException(java.lang.String message,
java.lang.Throwable exception,
int lineNumber,
java.lang.String fileName)
GroovyPagesException
public GroovyPagesException(java.lang.String message)
getFileName
public java.lang.String getFileName()
- Specified by:
getFileName in interface org.codehaus.groovy.grails.exceptions.SourceCodeAware
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface org.codehaus.groovy.grails.exceptions.SourceCodeAware