public abstract class ActiveDataExceptionEvent extends ActiveDataEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ActiveDataExceptionEvent.SeverityType
Severity types of active data exception
|
source| Constructor and Description |
|---|
ActiveDataExceptionEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
abstract Throwable |
getExceptionObject()
Get the exception
|
abstract ActiveDataExceptionEvent.SeverityType |
getSeverity()
Get the serverity of the exception
|
getEventId, getSourcetoStringpublic ActiveDataExceptionEvent(Object source)
public abstract Throwable getExceptionObject()
public abstract ActiveDataExceptionEvent.SeverityType getSeverity()