A class for error messages produced by the parser system.
Modifiers | Name | Description |
---|---|---|
protected SyntaxException |
cause |
|
protected SourceUnit |
source |
Constructor and description |
---|
SyntaxErrorMessage
(SyntaxException cause, SourceUnit source) |
Type | Name and description |
---|---|
SyntaxException |
getCause() Returns the underlying SyntaxException. |
void |
write(PrintWriter output, Janitor janitor) Writes out a nicely formatted summary of the syntax error. |
Returns the underlying SyntaxException.
Writes out a nicely formatted summary of the syntax error.
Copyright © 2003-2014 The Codehaus. All rights reserved.