|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
that is already running. |
class |
AlreadySuspendedException
This exception is raised by an attempt to suspend a that is already suspended. |
class |
CannotCompleteException
This exception is raised by an attempt to complete execution of a
when it cannot be completed yet. |
class |
CannotResumeException
This exception is raised by an operation on a
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
that cannot be started yet. |
class |
CannotStopException
This exception is raised by an operation on a
that attempts to stop an object that is not in a proper condition. |
class |
CannotSuspendException
This exception is raised by an operation on a
that attempts to suspend an object that is not in the proper condidition. |
class |
NotRunningException
This exception is raised by an operation on a
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
that attempts to perform a control operation on an object that needs to be
in a suspended state, but is not. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |