org.opencms.workflow
Class CmsNewParentNotInWorkflowException

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

public class CmsNewParentNotInWorkflowException
extends CmsException

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:
Serialized Form

Field Summary
 
Fields inherited from class org.opencms.main.CmsException
m_message
 
Constructor Summary
CmsNewParentNotInWorkflowException(CmsMessageContainer container)
          Creates a new exception instance.
 
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

CmsNewParentNotInWorkflowException

public CmsNewParentNotInWorkflowException(CmsMessageContainer container)
Creates a new exception instance.

Parameters:
container - the message container