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 BonitaException
- Author:
- Marc Blachon, Guillaume Porcher, Charles Souillard, Miguel Valdes, Pierre Vigneras
This exception is thrown by {
- 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(ProcessInstanceUUID instanceUUID,
java.lang.String activityId,
java.lang.String variableId)
VariableNotFoundException
public VariableNotFoundException(ProcessInstanceUUID instanceUUID,
java.lang.String variableId)
VariableNotFoundException
public VariableNotFoundException(VariableNotFoundException e)
VariableNotFoundException
public VariableNotFoundException(ActivityInstanceUUID activityUUID,
java.lang.String variableId)
build
public static VariableNotFoundException build(java.lang.Throwable e)
getActivityId
public java.lang.String getActivityId()
getInstanceUUID
public ProcessInstanceUUID getInstanceUUID()
getVariableId
public java.lang.String getVariableId()
getActivityUUID
public ActivityInstanceUUID getActivityUUID()
Copyright © 2008 OW2 Consortium. All Rights Reserved.