Uses of Class
de.danet.an.workflow.omgcore.InvalidControlOperationException

Packages that use InvalidControlOperationException
de.danet.an.workflow.omgcore This package defines the core domain of a workflow management system.  
 

Uses of InvalidControlOperationException in de.danet.an.workflow.omgcore
 

Subclasses of InvalidControlOperationException in de.danet.an.workflow.omgcore
 class AlreadyRunningException
          This exception is raised by an attempt to start a WfProcess that is already running.
 class AlreadySuspendedException
          This exception is raised by an attempt to suspend a WfExecutionObject that is already suspended.
 class CannotCompleteException
          This exception is raised by an attempt to complete execution of a WfExecutionObject when it cannot be completed yet.
 class CannotResumeException
          This exception is raised by an operation on a WfExecutionObject that attempts to resume an object that is not in a proper condition.
 class CannotStartException
          This exception is raised by an attempt to start a WfProcess that cannot be started yet.
 class CannotStopException
          This exception is raised by an operation on a WfExecutionObject that attempts to stop an object that is not in a proper condition.
 class CannotSuspendException
          This exception is raised by an operation on a WfExecutionObject that attempts to suspend an object that is not in the proper condidition.
 class NotRunningException
          This exception is raised by an operation on a WfExecutionObject that attempts to perform a control operation on an object that needs to be in a running state, but is not.
 class NotSuspendedException
          This exception is raised by an operation on a WfExecutionObject that attempts to perform a control operation on an object that needs to be in a suspended state, but is not.