All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.beans.HOD.event.MacroErrorEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.eNetwork.beans.HOD.event.HODEvent
|
+----com.ibm.eNetwork.beans.HOD.event.MacroErrorEvent
- public class MacroErrorEvent
- extends HODEvent
Event fired to MacroRuntimeListener.macroErrorEvent(). Fired if
the Macro bean received either a user or an internal error. This
class currently just contains a message describing the error.
-
MacroErrorEvent(Macro, String)
- Constructs a working instance of a macro error event.
-
MacroErrorEvent(Macro, String, int)
- Constructs a working instance of a macro error event.
-
getMessage()
- Returns the error message for the error event.
-
getMessageID()
- Returns the error id for the error event.
MacroErrorEvent
public MacroErrorEvent(Macro macro,
String arg)
- Constructs a working instance of a macro error event.
- Parameters:
- macro - Macro bean that is the source of the event
- arg - error message string for the event
MacroErrorEvent
public MacroErrorEvent(Macro macro,
String arg,
int eid)
- Constructs a working instance of a macro error event.
- Parameters:
- macro - Macro bean that is the source of the event
- arg - error message string for the event
- eid - integer error identifier corresponding to arg
getMessage
public String getMessage()
- Returns the error message for the error event.
- Returns:
- error message string
getMessageID
public int getMessageID()
- Returns the error id for the error event.
- Returns:
- error message id
All Packages Class Hierarchy This Package Previous Next Index