org.codehaus.groovy.grails.web.taglib.exceptions
Class GrailsTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.grails.exceptions.GrailsException
org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException
- All Implemented Interfaces:
- java.io.Serializable, org.codehaus.groovy.grails.exceptions.SourceCodeAware
public class GrailsTagException
- extends org.codehaus.groovy.grails.exceptions.GrailsException
- implements org.codehaus.groovy.grails.exceptions.SourceCodeAware
- 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 |
GrailsTagException
public GrailsTagException(java.lang.String message)
GrailsTagException
public GrailsTagException(java.lang.String message,
java.lang.Throwable cause)
GrailsTagException
public GrailsTagException(java.lang.Throwable cause)
GrailsTagException
public GrailsTagException(java.lang.String message,
java.lang.String pageName,
int lineNumber)
GrailsTagException
public GrailsTagException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String fileName,
int lineNumber)
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