Serialized Form
-
Package com.yworkflow.common.error
-
Exception com.yworkflow.common.error.WorkflowException
class WorkflowException extends Exception implements Serializable -
Exception com.yworkflow.common.error.WorkflowRuntimeException
class WorkflowRuntimeException extends RuntimeException implements Serializable
-
-
Package com.yworkflow.definition
-
Exception com.yworkflow.definition.WorkflowFactoryException
class WorkflowFactoryException extends WorkflowException implements Serializable
-
-
Package com.yworkflow.definition.model.attribute
-
Exception com.yworkflow.definition.model.attribute.AttributeException
class AttributeException extends WorkflowException implements Serializable
-
-
Package com.yworkflow.definition.model.error
-
Exception com.yworkflow.definition.model.error.InvalidTransitionException
class InvalidTransitionException extends WorkflowException implements Serializable-
Serialized Fields
-
transitionId
TransitionId transitionId
The ID of the invalid transition.
-
-
-
-
Package com.yworkflow.definition.model.extension.error
-
Exception com.yworkflow.definition.model.extension.error.MissingArgumentException
class MissingArgumentException extends WorkflowRuntimeException implements Serializable -
Exception 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.extension.error
-
Exception com.yworkflow.extension.error.InvalidInputException
class InvalidInputException extends WorkflowException implements Serializable-
Serialized Fields
-
errorObject
Object errorObject
The object that caused the validation failure.
-
-
-
-
Package com.yworkflow.instance.error
-
Exception com.yworkflow.instance.error.InitializationException
class InitializationException extends WorkflowException implements Serializable -
Exception 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 com.yworkflow.instance.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 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.
-
-
-
-
Package com.yworkflow.instance.store
-
Exception com.yworkflow.instance.store.WorkflowInstanceStoreException
class WorkflowInstanceStoreException extends WorkflowRuntimeException implements Serializable
-