org.roscopeco.janno.actions
Class ActionExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.roscopeco.janno.actions.ActionExecutionException
All Implemented Interfaces:
Serializable

public class ActionExecutionException
extends ServletException

Thrown when an error occurs during action execution.

Version:
$Revision: 1.2 $ $Date: 2005/08/17 23:41:32 $
Author:
Ross Bamford (rosco<at>roscopeco.co.uk)
See Also:
Serialized Form

Constructor Summary
ActionExecutionException(Object action, String methodName, Throwable cause)
           
 
Method Summary
 Object getAction()
           
 String getMethodName()
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionExecutionException

public ActionExecutionException(Object action,
                                String methodName,
                                Throwable cause)
Method Detail

getAction

public Object getAction()

getMethodName

public String getMethodName()


Copyright © 2005 Roscopeco Open Technologies. All Rights Reserved.