org.codehaus.groovy.grails.exceptions
Interface SourceCodeAware

All Superinterfaces:
java.io.Serializable

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

Method Summary
 java.lang.String getFileName()
           
 int getLineNumber()
           
 

Method Detail

getFileName

java.lang.String getFileName()

getLineNumber

int getLineNumber()