alt.jiapi.event
Class ExceptionEvent
java.lang.Object
java.util.EventObject
alt.jiapi.event.JiapiEvent
alt.jiapi.event.ExceptionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ExceptionEvent
- extends JiapiEvent
ExceptionEvent objects are used to identify fields that
are accessed
- Version:
- $Revision: 1.5 $ $Date: 2006/01/31 11:11:42 $
- Author:
- Mika Riekkinen, Joni Suominen
- See Also:
- Serialized Form
|
Field Summary |
static int |
CATCH_TRAPPED
Constant used as an id of the ExceptionEvent |
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CATCH_TRAPPED
public static final int CATCH_TRAPPED
- Constant used as an id of the ExceptionEvent
- See Also:
- Constant Field Values
ExceptionEvent
public ExceptionEvent(ExceptionEventProducer eep,
java.lang.Object sourceObject,
java.lang.String exceptionName,
int id)
- Constructor for ExceptionEvent. Target is set to null
- Parameters:
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_TRAPPED
ExceptionEvent
public ExceptionEvent(ExceptionEventProducer eep,
java.lang.Object sourceObject,
java.lang.String exceptionName,
java.lang.Object target,
int id)
- Constructor for ExceptionEvent.
- Parameters:
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_TRAPPED
Copyright © 2001. Documenation generated August 26 2011.