public class ExceptionMessage extends Message
A class for error messages produced by the parser system.
Modifiers | Name | Description |
---|---|---|
protected boolean |
debug |
|
protected ProcessingUnit |
owner |
|
protected boolean |
verbose |
not used |
Constructor and description |
---|
ExceptionMessage
(Exception cause, boolean debug, ProcessingUnit owner) |
Type Params | Return Type | Name and description |
---|---|---|
|
public Exception |
getCause() Returns the underlying Exception. |
|
public void |
write(PrintWriter output, Janitor janitor) Writes out a nicely formatted summary of the exception. |
not used
Returns the underlying Exception.
Writes out a nicely formatted summary of the exception.
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.