public class ExceptionMessage extends Message
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
verbose |
| Constructor | Description |
|---|---|
ExceptionMessage(java.lang.Exception cause,
boolean v,
ProcessingUnit owner) |
| Modifier and Type | Method | 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)