public interface GroovyExceptionInterface
An interface for use by all Groovy compiler exceptions. Provides control over exception fatality, indicating whether an exception should halt compilation.
Returns whether this exception is fatal. A fatal exception typically causes compilation to stop.
true if this exception is fatal; false otherwiseSets whether this exception is fatal. A fatal exception typically causes compilation to stop.
fatal - true to mark this exception as fatal; false otherwise