Constructor and Description |
---|
ErrorEvent(String message,
Exception e)
Constructs an
ErrorEvent with the specified, detailed message as extra information, and the exception thrown. |
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Gets the
Exception associated to the error produced. |
String |
getMessage()
Gets detailed message with extra information.
|
getEventType, setEventType
public Exception getException()
Gets the Exception
associated to the error produced.
public String getMessage()
Gets detailed message with extra information.