Serialized Form
-
Package com.yworkflow.common.error
-
Exception Class com.yworkflow.common.error.WorkflowException
class WorkflowException extends Exception implements Serializable -
Exception Class com.yworkflow.common.error.WorkflowRuntimeException
class WorkflowRuntimeException extends RuntimeException implements Serializable
-
-
Package com.yworkflow.definition
-
Exception Class com.yworkflow.definition.WorkflowFactoryException
class WorkflowFactoryException extends WorkflowException implements Serializable
-
-
Package com.yworkflow.definition.model.attribute
-
Exception Class com.yworkflow.definition.model.attribute.AttributeException
class AttributeException extends WorkflowRuntimeException implements Serializable
-
-
Package com.yworkflow.definition.model.error
-
Exception Class com.yworkflow.definition.model.error.DuplicateWorkflowElementException
class DuplicateWorkflowElementException extends WorkflowRuntimeException implements Serializable -
Exception Class com.yworkflow.definition.model.error.InvalidTransitionException
class InvalidTransitionException extends WorkflowException implements Serializable-
Serialized Fields
-
transitionId
TransitionId transitionId
The ID of the invalid transition.
-
-
-
Exception Class com.yworkflow.definition.model.error.InvalidWorkflowDefinitionException
class InvalidWorkflowDefinitionException extends WorkflowException implements Serializable-
Serialized Fields
-
validationErrors
List<ValidationError> validationErrors
The list of validation errors found in the workflow definition.
-
-
-
Exception Class com.yworkflow.definition.model.error.NoSuchWorkflowDefinitionException
class NoSuchWorkflowDefinitionException extends WorkflowRuntimeException implements Serializable-
Serialized Fields
-
workflowDefinitionId
WorkflowDefinitionId workflowDefinitionId
-
-
-
Exception Class com.yworkflow.definition.model.error.NoSuchWorkflowElementException
class NoSuchWorkflowElementException extends WorkflowRuntimeException implements Serializable
-
-
Package com.yworkflow.definition.model.extension.error
-
Exception Class com.yworkflow.definition.model.extension.error.InvalidInputException
class InvalidInputException extends WorkflowException implements Serializable-
Serialized Fields
-
errorObject
Object errorObject
The object that caused the validation failure.
-
-
-
Exception Class com.yworkflow.definition.model.extension.error.MissingArgumentException
class MissingArgumentException extends WorkflowRuntimeException implements Serializable -
Exception Class com.yworkflow.definition.model.extension.error.UnresolvableExtensionException
class UnresolvableExtensionException extends WorkflowRuntimeException implements Serializable-
Serialized Fields
-
name
String name
The name of the extension type that could not be resolved. -
registration
ExtensionRegistration registration
The extension registration that failed.
-
-
-
-
Package com.yworkflow.instance.error
-
Exception Class com.yworkflow.instance.error.InvalidStateException
class InvalidStateException extends WorkflowException implements Serializable-
Serialized Fields
-
stateId
StateId stateId
The invalid state ID that caused the exception.
-
-
-
Exception Class com.yworkflow.instance.error.InvalidWorkflowInstanceStatusException
class InvalidWorkflowInstanceStatusException extends WorkflowException implements Serializable-
Serialized Fields
-
actualStatus
WorkflowInstanceStatus actualStatus
The current status of the workflow instance. -
newStatus
WorkflowInstanceStatus newStatus
The requested new status that is invalid.
-
-
-
Exception Class com.yworkflow.instance.error.NoSuchWorkflowInstanceException
class NoSuchWorkflowInstanceException extends WorkflowRuntimeException implements Serializable-
Serialized Fields
-
workflowInstanceId
WorkflowInstanceId workflowInstanceId
-
-
-
Exception Class com.yworkflow.instance.error.WorkflowInitializationException
class WorkflowInitializationException extends WorkflowException implements Serializable
-
-
Package com.yworkflow.instance.store
-
Exception Class com.yworkflow.instance.store.WorkflowInstanceStoreException
class WorkflowInstanceStoreException extends WorkflowRuntimeException implements Serializable
-