net.sourceforge.pebble.web.action
Class ActionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.pebble.web.action.ActionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ActionNotFoundException
extends java.lang.Exception

Thrown by the ActionFactory to signal that a named action could not be found.

Author:
Simon Brown
See Also:
Serialized Form

Constructor Summary
ActionNotFoundException(java.lang.String message)
          Creates an instance with the specified message.
 
Method Summary
 
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

ActionNotFoundException

public ActionNotFoundException(java.lang.String message)
Creates an instance with the specified message.

Parameters:
message - the message


Copyright © 2003-2006, Simon Brown. All Rights Reserved.