siouxsie.mvc.impl
Class ScreenExceptionHandler

java.lang.Object
  extended by siouxsie.mvc.impl.ScreenExceptionHandler
All Implemented Interfaces:
com.opensymphony.xwork2.Result, java.io.Serializable

public class ScreenExceptionHandler
extends java.lang.Object
implements com.opensymphony.xwork2.Result

Display messages from exception in the view. Handy for business exceptions.

Version:
$Id$
Author:
Arnaud Cogoluegnes
See Also:
Serialized Form

Constructor Summary
ScreenExceptionHandler()
           
 
Method Summary
 void execute(com.opensymphony.xwork2.ActionInvocation invocation)
           
 IScreenHandler getScreenHandler()
           
 void setScreenHandler(IScreenHandler screenHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenExceptionHandler

public ScreenExceptionHandler()
Method Detail

getScreenHandler

public IScreenHandler getScreenHandler()

setScreenHandler

public void setScreenHandler(IScreenHandler screenHandler)

execute

public void execute(com.opensymphony.xwork2.ActionInvocation invocation)
             throws java.lang.Exception
Specified by:
execute in interface com.opensymphony.xwork2.Result
Throws:
java.lang.Exception


Copyright © 2006-2008 null. All Rights Reserved.