it.eng.spago.event
Class PageExceptionEvent

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

public class PageExceptionEvent
extends PageEvent
implements IExceptionEvent


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