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.
-
getMessage()
- Returns the error message 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
getMessage
public String getMessage()
- Returns the error message for the error event.
- Returns:
- error message string
All Packages Class Hierarchy This Package Previous Next Index