1 package org
.codehaus
.groovy
.grails
.exceptions
;
3 import java
.io
.Serializable
;
6 * An interface that represents an exception that is capable of providing more information about the source code
8 * @author Graeme Rocher
11 * Created: Nov 15, 2007
13 public interface SourceCodeAware
extends Serializable
{