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