siouxsie.mvc.impl
Class ExceptionHandler
java.lang.Object
siouxsie.mvc.impl.ExceptionHandler
- All Implemented Interfaces:
- com.opensymphony.xwork2.Result, java.io.Serializable
public class ExceptionHandler
- extends java.lang.Object
- implements com.opensymphony.xwork2.Result
Simple exception handler using a modal dialog.
- Version:
- $Id$
- Author:
- Arnaud Cogoluegnes
- See Also:
- Serialized Form
Method Summary |
void |
execute(com.opensymphony.xwork2.ActionInvocation invocation)
|
java.lang.String |
getMessage()
|
java.lang.String |
getTitle()
|
void |
setMessage(java.lang.String message)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandler
public ExceptionHandler()
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
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
Copyright © 2006-2008 null. All Rights Reserved.