public class ExceptionMessage extends Message
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | verbose | 
| Constructor and Description | 
|---|
| ExceptionMessage(java.lang.Exception cause,
                boolean v,
                ProcessingUnit owner) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Exception | getCause()Returns the underlying Exception. | 
| void | write(java.io.PrintWriter output,
     Janitor janitor)Writes out a nicely formatted summary of the exception. | 
public ExceptionMessage(java.lang.Exception cause,
                        boolean v,
                        ProcessingUnit owner)