|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opencms.main.CmsException
org.opencms.workflow.CmsInvalidActionException
public class CmsInvalidActionException
An exception which indicates that a user tried to execute an invalid workflow action.
| 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 |
|---|
public CmsInvalidActionException(java.lang.String action)
action - the action string
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||