Package org.grails.exceptions.reporting
Interface SourceCodeAware
-
- All Superinterfaces:
java.io.Serializable
public interface SourceCodeAware extends java.io.SerializableAn interface that represents an exception that is capable of providing more information about the source code- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFileName()intgetLineNumber()
-