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