Package org.opencms.workflow
Class CmsNewParentNotInWorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.main.CmsException
org.opencms.workflow.CmsNewParentNotInWorkflowException
- All Implemented Interfaces:
 Serializable,I_CmsThrowable
An exception which indicates that the user tried to trigger a workflow action for a set of resources for which some parent folder
 is not included in the set, but has the resource state 'new'.
- See Also:
 
- 
Field Summary
Fields inherited from class org.opencms.main.CmsException
m_message - 
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception instance. - 
Method Summary
Methods inherited from class org.opencms.main.CmsException
createException, getFormattedErrorstack, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageContainer, getStackTraceAsStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CmsNewParentNotInWorkflowException
Creates a new exception instance.- Parameters:
 container- the message container
 
 -