|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
org.codehaus.groovy.control | |
org.codehaus.groovy.control.messages |
Uses of Message in org.codehaus.groovy.control |
Methods in org.codehaus.groovy.control that return Message | |
Message |
ProcessingUnit.getError(int index)
Returns the specified error message, or null. |
Methods in org.codehaus.groovy.control with parameters of type Message | |
void |
ProcessingUnit.addError(Message message)
Adds a non-fatal error to the message set. |
void |
ProcessingUnit.addError(Message message,
boolean fatal)
Adds an optionally-fatal error to the message set. |
void |
ProcessingUnit.addFatalError(Message message)
Adds a fatal exception to the message set and throws the unit as a PhaseFailedException. |
Uses of Message in org.codehaus.groovy.control.messages |
Subclasses of Message in org.codehaus.groovy.control.messages | |
class |
ExceptionMessage
A class for error messages produced by the parser system. |
class |
LocatedMessage
A base class for compilation messages. |
class |
SimpleMessage
A base class for compilation messages. |
class |
SyntaxErrorMessage
A class for error messages produced by the parser system. |
class |
WarningMessage
A class for warning messages. |
Methods in org.codehaus.groovy.control.messages that return Message | |
static Message |
Message.create(java.lang.String text)
Creates a new Message from the specified text. |
static Message |
Message.create(java.lang.String text,
java.lang.Object data)
Creates a new Message from the specified text. |
static Message |
Message.create(SyntaxException error)
Creates a new Message from the specified SyntaxException. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |