public class ExceptionMessage extends Message
A class for error messages produced by the parser system.
| Modifiers | Name | Description | 
|---|---|---|
| protected boolean | debug | |
| protected ProcessingUnit | owner | 
| 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. | 
Returns the underlying Exception.
Writes out a nicely formatted summary of the exception.
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.