More information


de.spieleck.pcs.action.base
Class TestErrorAction

java.lang.Object
  |
  +--de.spieleck.pcs.action.base.TestErrorAction
All Implemented Interfaces:
Action

public class TestErrorAction
extends java.lang.Object
implements Action

This is a test action to throw an ActionException


Constructor Summary
TestErrorAction()
           
 
Method Summary
 ActionResult perform(java.util.Hashtable parameters)
          throws an ActionException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestErrorAction

public TestErrorAction()
Method Detail

perform

public ActionResult perform(java.util.Hashtable parameters)
                     throws ActionException
throws an ActionException
Specified by:
perform in interface Action
Parameters:
parameters - a Hashtable for information needed to perform the Action
Returns:
an instance of ActionResult as result of the Action
Throws:
ActionException - if an exception occurrs during processing

More information