org.codehaus.groovy.grails.exceptions
Interface SourceCodeAware
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- GrailsTagException
public interface SourceCodeAware
- extends java.io.Serializable
An interface that represents an exception that is capable of providing more information about the source code
- Since:
- 1.0
Created: Nov 15, 2007
- Author:
- Graeme Rocher
getFileName
java.lang.String getFileName()
getLineNumber
int getLineNumber()
Copyright (c) 2005-2006 The Grails project