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.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SimpleMessage(String message, Object data, ProcessingUnit source)SimpleMessage(String message, ProcessingUnit source) -
Method Summary
Modifier and Type Method Description StringgetMessage()voidwrite(PrintWriter writer, Janitor janitor)Writes the message to the specified PrintWriter.
-
Field Details
-
Constructor Details
-
Method Details
-
write
Description copied from class:MessageWrites the message to the specified PrintWriter. The supplied ProcessingUnit is the unit that holds this Message. -
getMessage
-