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, targetName
Constructor and Description |
---|
ExceptionEvent(ExceptionEventProducer eep,
java.lang.Object sourceObject,
java.lang.String exceptionName,
int id)
Constructor for ExceptionEvent.
|
ExceptionEvent(ExceptionEventProducer eep,
java.lang.Object sourceObject,
java.lang.String exceptionName,
java.lang.Object target,
int id)
Constructor for ExceptionEvent.
|
finalize, getSourceObject, getTarget, getTargetName, protect, release, toString
public static final int CATCH_TRAPPED
public ExceptionEvent(ExceptionEventProducer eep, java.lang.Object sourceObject, java.lang.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, java.lang.Object sourceObject, java.lang.String exceptionName, java.lang.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 © 2001. Documenation generated January 20 2015.