|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.control.messages.Message
org.codehaus.groovy.control.messages.SyntaxErrorMessage
A class for error messages produced by the parser system.
Field Summary | |
protected SyntaxException |
cause
|
Constructor Summary | |
SyntaxErrorMessage(SyntaxException cause)
|
Method Summary | |
SyntaxException |
getCause()
Returns the underlying SyntaxException. |
void |
write(java.io.PrintWriter output,
ProcessingUnit context,
Janitor janitor)
Writes out a nicely formatted summary of the syntax error. |
Methods inherited from class org.codehaus.groovy.control.messages.Message |
create, create, create, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SyntaxException cause
Constructor Detail |
public SyntaxErrorMessage(SyntaxException cause)
Method Detail |
public SyntaxException getCause()
public void write(java.io.PrintWriter output, ProcessingUnit context, Janitor janitor)
write
in class Message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |