Package org.ow2.bonita.facade.exception

Contains exception classes thrown by Nova Bonita APIs.

See:
          Description

Exception Summary
ActivityDefNotFoundException Thrown by methods of the QueryDefinitionAPI when the activity definition is not found.
ActivityNotFoundException Thrown by methods of QueryDefinitionAPI, QueryRuntimeAPI, RuntimeAPI if the runtime information of the recorded activity is not found.
BonitaInternalException Thrown if an internal Bonita error occurred.
BonitaWrapperException Wrapper exception used internally by the engine to wrap standard runtime exception or child classes of BonitaRuntimeException.
DataFieldNotFoundException Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found.
DeploymentException Thrown by the ManagementAPI if a failure during the deployment operation occured.
ExpressionEvaluationException Thrown when an error occurs during the evaluation of an expression into the condition of a transition.
HookInvocationException Thrown if an exception occurs during the execution of the hook implementing a TxHook interface.
IllegalTaskStateException Thrown if a bad state of the task is detected by the methods dedicated to change the state of the task within the RuntimeAPI.
InstanceNotFoundException Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime information for the instance has not been found.
MultiInstantiatorInvocationException Thrown if an exception occurs during the execution of the multi-instantiation of the activity by the engine.
PackageNotFoundException Thrown by methods of ManagementAPI or QueryDefinitionAPI if the recorded runtime information of the package has not been found.
ParticipantNotFoundException Thrown by methods of the QueryDefinitionAPI if the definition of the participant has not been found.
PerformerAssignInvocationException Thrown if an exception occurs during the execution of the performer assignment.
ProcessNotFoundException Thrown by methods of RuntimeAPI or QueryDefinitionAPI if the recorded runtime information of the process has not been found.
RoleMapperInvocationException Thrown if an exception occurs during the execution of the role mapper.
TaskNotFoundException Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found.
TypeMismatchException Thrown when trying to assign an invalid value to a variable.
UnAuthorizedUserException Thrown when a user attemps to execute an unauthorized action.
UndeletableInstanceException Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be deleted
(for instance: case the instance has a parent instance or the instance has not been found).
UndeletablePackageException Thrown by deletePackage method of the ManagementAPI if processes within the package have still running instances.
VariableNotFoundException This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI when the variable is not found.
 

Package org.ow2.bonita.facade.exception Description

Contains exception classes thrown by Nova Bonita APIs.



Copyright © 2008 OW2 Consortium. All Rights Reserved.