Class ExceptionMessage
java.lang.Object
org.codehaus.groovy.control.messages.Message
org.codehaus.groovy.control.messages.ExceptionMessage
public class ExceptionMessage extends Message
A class for error messages produced by the parser system.
-
Field Summary
Fields Modifier and Type Field Description protected boolean
debug
protected ProcessingUnit
owner
protected boolean
verbose
Deprecated. -
Constructor Summary
Constructors Constructor Description ExceptionMessage(java.lang.Exception cause, boolean debug, ProcessingUnit owner)
-
Method Summary
Methods inherited from class org.codehaus.groovy.control.messages.Message
create, create, create, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
verbose
@Deprecated protected boolean verboseDeprecated.not used -
debug
protected final boolean debug -
owner
-
-
Constructor Details
-
ExceptionMessage
-
-
Method Details