public class ExceptionEvent extends JiapiEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
CATCH_TRAPPED
Constant used as an id of the ExceptionEvent
|
id, sourceObject, target, targetNamesource| Constructor and Description |
|---|
ExceptionEvent(ExceptionEventProducer eep,
Object sourceObject,
String exceptionName,
int id)
Constructor for ExceptionEvent.
|
ExceptionEvent(ExceptionEventProducer eep,
Object sourceObject,
String exceptionName,
Object target,
int id)
Constructor for ExceptionEvent.
|
finalize, getSourceObject, getTarget, getTargetName, protect, release, toStringgetSourcepublic static final int CATCH_TRAPPED
public ExceptionEvent(ExceptionEventProducer eep, Object sourceObject, String exceptionName, int id)
eep - An instance of ExceptionEventProducersourceObject - A Source Object. On static methods, this is the
Class, that method belongs to. Otherwise Source
Object is 'this'.exceptionName - Name of the exceptionid - An id of the event being constructed. CATCH_TRAPPEDpublic ExceptionEvent(ExceptionEventProducer eep, Object sourceObject, String exceptionName, Object target, int id)
eep - An instance of ExceptionEventProducersourceObject - A Source Object. On static methods, this is the
Class, that method belongs to. Otherwise Source
Object is 'this'.exceptionName - Name of the exceptiontarget - Exception, that triggered this event to be constructed.id - An id of the event being constructed. CATCH_TRAPPEDCopyright © 2017. All rights reserved.