org.ow2.bonita.facade.exception
Class VariableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.VariableNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class VariableNotFoundException
- extends org.ow2.bonita.util.BonitaException
This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI
when the variable is not found.
- Author:
- Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VariableNotFoundException
public VariableNotFoundException(org.ow2.bonita.facade.uuid.ProcessInstanceUUID instanceUUID,
java.lang.String activityId,
java.lang.String variableId)
VariableNotFoundException
public VariableNotFoundException(org.ow2.bonita.facade.uuid.ProcessInstanceUUID instanceUUID,
java.lang.String variableId)
VariableNotFoundException
public VariableNotFoundException(VariableNotFoundException e)
VariableNotFoundException
public VariableNotFoundException(org.ow2.bonita.facade.uuid.ActivityInstanceUUID activityUUID,
java.lang.String variableId)
build
public static VariableNotFoundException build(java.lang.Throwable e)
getActivityId
public java.lang.String getActivityId()
getInstanceUUID
public org.ow2.bonita.facade.uuid.ProcessInstanceUUID getInstanceUUID()
getVariableId
public java.lang.String getVariableId()
getActivityUUID
public org.ow2.bonita.facade.uuid.ActivityInstanceUUID getActivityUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.