org.ow2.bonita.facade.exception
Class DataFieldNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.bonita.util.BonitaException
org.ow2.bonita.facade.exception.DataFieldNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class DataFieldNotFoundException
- extends org.ow2.bonita.util.BonitaException
Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found.
- 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 |
DataFieldNotFoundException
public DataFieldNotFoundException(java.lang.String dataFieldId,
org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processDefinitionUUID)
DataFieldNotFoundException
public DataFieldNotFoundException(java.lang.String dataFieldId,
org.ow2.bonita.facade.uuid.ActivityDefinitionUUID activityDefinitionUUID)
DataFieldNotFoundException
public DataFieldNotFoundException(org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID dataFieldDefinitionUUID)
DataFieldNotFoundException
public DataFieldNotFoundException(DataFieldNotFoundException e)
build
public static DataFieldNotFoundException build(java.lang.Throwable e)
getDataFieldId
public java.lang.String getDataFieldId()
getProcessUUID
public org.ow2.bonita.facade.uuid.ProcessDefinitionUUID getProcessUUID()
getDataFieldUUID
public org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID getDataFieldUUID()
getActivityUUID
public org.ow2.bonita.facade.uuid.ActivityDefinitionUUID getActivityUUID()
Copyright © 2009 OW2 Consortium. All Rights Reserved.