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 SummaryFields Modifier and Type Field Description protected booleandebugprotected ProcessingUnitownerprotected booleanverboseDeprecated.
- 
Constructor SummaryConstructors Constructor Description ExceptionMessage(java.lang.Exception cause, boolean debug, ProcessingUnit owner)
- 
Method SummaryMethods inherited from class org.codehaus.groovy.control.messages.Messagecreate, create, create, writeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
verbose@Deprecated protected boolean verboseDeprecated.not used
- 
debugprotected final boolean debug
- 
owner
 
- 
- 
Constructor Details- 
ExceptionMessage
 
- 
- 
Method Details