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
verbose
-
Constructor Summary
Constructors Constructor Description ExceptionMessage(Exception cause, boolean v, ProcessingUnit owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getCause()
Returns the underlying Exception.void
write(PrintWriter output, Janitor janitor)
Writes out a nicely formatted summary of the exception.
-
-
-
Constructor Detail
-
ExceptionMessage
public ExceptionMessage(Exception cause, boolean v, ProcessingUnit owner)
-
-
Method Detail
-
getCause
public Exception getCause()
Returns the underlying Exception.
-
write
public void write(PrintWriter output, Janitor janitor)
Writes out a nicely formatted summary of the exception.
-
-