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