it.eng.spago.event
Class ActionExceptionEvent

java.lang.Object
  extended by it.eng.spago.event.ActionEvent
      extended by it.eng.spago.event.ActionExceptionEvent
All Implemented Interfaces:
IExceptionEvent, ISpagoEvent

public class ActionExceptionEvent
extends ActionEvent
implements IExceptionEvent

Author:
zoppello A subclass of ActionEvent that indicate that an exception has occurred during the Action Execution

Constructor Summary
ActionExceptionEvent(ActionIFace action, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class it.eng.spago.event.ActionEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionExceptionEvent

public ActionExceptionEvent(ActionIFace action,
                            java.lang.Exception e)
Method Detail

getException

public java.lang.Exception getException()
Specified by:
getException in interface IExceptionEvent