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(Exception cause, boolean debug, ProcessingUnit owner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetCause()Returns the underlying Exception.voidwrite(PrintWriter output, Janitor janitor)Writes out a nicely formatted summary of the exception.
 
- 
- 
- 
Field Detail- 
verbose@Deprecated protected boolean verbose Deprecated.not used
 - 
debugprotected final boolean debug 
 - 
ownerprotected final ProcessingUnit owner 
 
- 
 - 
Constructor Detail- 
ExceptionMessagepublic ExceptionMessage(Exception cause, boolean debug, ProcessingUnit owner) 
 
- 
 - 
Method Detail- 
getCausepublic Exception getCause() Returns the underlying Exception.
 - 
writepublic void write(PrintWriter output, Janitor janitor) Writes out a nicely formatted summary of the exception.
 
- 
 
-