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 booleanverbose
 - 
Constructor SummaryConstructors Constructor Description ExceptionMessage(java.lang.Exception cause, boolean v, ProcessingUnit owner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ExceptiongetCause()Returns the underlying Exception.voidwrite(java.io.PrintWriter output, Janitor janitor)Writes out a nicely formatted summary of the exception.
 
- 
- 
- 
Constructor Detail- 
ExceptionMessagepublic ExceptionMessage(java.lang.Exception cause, boolean v, ProcessingUnit owner)
 
- 
 
-