org.codehaus.groovy.control.messages
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.
- Version:
- $Id: ExceptionMessage.java,v 1.1 2004/04/19 07:29:45 cpoirier Exp $
- Author:
- Chris Poirier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionMessage
public ExceptionMessage(Exception cause)
getCause
public Exception getCause()
- Returns the underlying Exception.
write
public void write(PrintWriter output,
ProcessingUnit context,
Janitor janitor)
- Writes out a nicely formatted summary of the exception.
- Specified by:
write
in class Message
Copyright © 2003-2004 The Codehaus. All Rights Reserved.