|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.control.messages.Message
public abstract class Message extends Object
A base class for compilation messages.
Method Summary | |
---|---|
static Message
|
create(String text, ProcessingUnit owner)
Creates a new Message from the specified text. |
static Message
|
create(String text, Object data, ProcessingUnit owner)
Creates a new Message from the specified text. |
static Message
|
create(SyntaxException error, SourceUnit owner)
Creates a new Message from the specified SyntaxException. |
void
|
write(PrintWriter writer, Janitor janitor)
Writes the message to the specified PrintWriter. |
void
|
write(PrintWriter writer)
A synonym for write( writer, owner, null ). |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public static Message create(String text, ProcessingUnit owner)
public static Message create(String text, Object data, ProcessingUnit owner)
public static Message create(SyntaxException error, SourceUnit owner)
public void write(PrintWriter writer, Janitor janitor)
public final void write(PrintWriter writer)
Copyright © 2003-2013 The Codehaus. All rights reserved.