Package org.opencms.workflow
Class CmsInvalidActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.main.CmsException
org.opencms.workflow.CmsInvalidActionException
- All Implemented Interfaces:
Serializable
,I_CmsThrowable
An exception which indicates that a user tried to execute an invalid workflow action.
- See Also:
-
Field Summary
Fields inherited from class org.opencms.main.CmsException
m_message
-
Constructor Summary
ConstructorDescriptionCmsInvalidActionException
(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
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CmsInvalidActionException
Creates a new exception instance for a given action string.- Parameters:
action
- the action string
-