org.codehaus.groovy.control.messages
Class SimpleMessage
java.lang.Object
org.codehaus.groovy.control.messages.Message
org.codehaus.groovy.control.messages.SimpleMessage
- Direct Known Subclasses:
- LocatedMessage
public class SimpleMessage
- extends Message
A base class for compilation messages.
- Version:
- $Id: SimpleMessage.java 6778 2007-07-02 10:40:33Z glaforge $
- Author:
- Chris Poirier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
protected String message
data
protected Object data
owner
protected ProcessingUnit owner
SimpleMessage
public SimpleMessage(String message,
ProcessingUnit source)
SimpleMessage
public SimpleMessage(String message,
Object data,
ProcessingUnit source)
write
public void write(PrintWriter writer,
Janitor janitor)
- Description copied from class:
Message
- Writes the message to the specified PrintWriter. The supplied
ProcessingUnit is the unit that holds this Message.
- Specified by:
write
in class Message
getMessage
public String getMessage()