org.opencms.workflow
Class CmsInvalidActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opencms.main.CmsException
              extended by org.opencms.workflow.CmsInvalidActionException
All Implemented Interfaces:
java.io.Serializable, I_CmsThrowable

public class CmsInvalidActionException
extends CmsException

An exception which indicates that a user tried to execute an invalid workflow action.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.opencms.main.CmsException
m_message
 
Constructor Summary
CmsInvalidActionException(java.lang.String action)
          Creates a new exception instance for a given action string.
 
Method Summary
 
Methods inherited from class org.opencms.main.CmsException
createException, getFormattedErrorstack, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageContainer, getStackTraceAsString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

CmsInvalidActionException

public CmsInvalidActionException(java.lang.String action)
Creates a new exception instance for a given action string.

Parameters:
action - the action string