org.codehaus.groovy.control.messages
Class ExceptionMessage
java.lang.Object
org.codehaus.groovy.control.messages.Message
org.codehaus.groovy.control.messages.ExceptionMessage
class ExceptionMessage
extends Message
A class for error messages produced by the parser system.
- author:
- Chris Poirier
- version:
- $Id: ExceptionMessage.java 6778 2007-07-02 10:40:33Z glaforge $
Method Summary |
Exception
|
getCause()
Returns the underlying Exception.
|
void
|
write(PrintWriter output, Janitor janitor)
Writes out a nicely formatted summary of the exception.
|
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
owner
ProcessingUnit owner
-
verbose
protected boolean verbose
-
ExceptionMessage
public ExceptionMessage(Exception cause, boolean v, ProcessingUnit owner)
-
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.
Copyright © 2003-2009 The Codehaus. All rights reserved.