Class SyntaxErrorMessage
java.lang.Object
org.codehaus.groovy.control.messages.Message
org.codehaus.groovy.control.messages.SyntaxErrorMessage
A class for error messages produced by the parser system.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the underlying SyntaxException.void
write
(PrintWriter output, Janitor janitor) Writes out a nicely formatted summary of the syntax error.