public class ExceptionMessage extends Message
Modifier and Type | Field and Description |
---|---|
protected boolean |
debug |
protected ProcessingUnit |
owner |
Constructor and Description |
---|
ExceptionMessage(Exception cause,
boolean debug,
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.
|
protected final boolean debug
protected final ProcessingUnit owner
public ExceptionMessage(Exception cause, boolean debug, ProcessingUnit owner)
public Exception getCause()
public void write(PrintWriter output, Janitor janitor)