Groovy 1.8.4

org.codehaus.groovy
[Java] Interface GroovyExceptionInterface


public interface GroovyExceptionInterface

An interface for use by all Groovy compiler exceptions.


Method Summary
boolean isFatal()

void setFatal(boolean fatal)

 

Method Detail

isFatal

public boolean isFatal()


setFatal

public void setFatal(boolean fatal)


 

Copyright © 2003-2011 The Codehaus. All rights reserved.