it.eng.spago.event
Class ModuleExceptionEvent

java.lang.Object
  extended byit.eng.spago.event.ModuleEvent
      extended byit.eng.spago.event.ModuleExceptionEvent
All Implemented Interfaces:
IExceptionEvent, ISpagoEvent

public class ModuleExceptionEvent
extends ModuleEvent
implements IExceptionEvent

Author:
zoppello A subclass of ModuleEvent that indicate that an exception has occurred during module Execution

Constructor Summary
ModuleExceptionEvent(ModuleIFace module, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class it.eng.spago.event.ModuleEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleExceptionEvent

public ModuleExceptionEvent(ModuleIFace module,
                            java.lang.Exception e)
Method Detail

getException

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