it.eng.spago.event
Class PageExceptionEvent

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

public class PageExceptionEvent
extends PageEvent
implements IExceptionEvent

Author:
zoppello A subclass of PageEvent that indicate that an exception has occurred during page Execution

Constructor Summary
PageExceptionEvent(PageIFace page, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class it.eng.spago.event.PageEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageExceptionEvent

public PageExceptionEvent(PageIFace page,
                          java.lang.Exception e)
Method Detail

getException

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