org.activiti.engine
类 ActivitiObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activiti.engine.ActivitiException
org.activiti.engine.ActivitiObjectNotFoundException
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- JobNotFoundException
public class ActivitiObjectNotFoundException
- extends ActivitiException
An exception indicating that the object that is required or actioned on
does not exist.
- 作者:
- Frederik Heremans
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActivitiObjectNotFoundException
public ActivitiObjectNotFoundException(String message,
Class<?> objectClass)
ActivitiObjectNotFoundException
public ActivitiObjectNotFoundException(Class<?> objectClass)
ActivitiObjectNotFoundException
public ActivitiObjectNotFoundException(String message,
Class<?> objectClass,
Throwable cause)
getObjectClass
public Class<?> getObjectClass()
- The class of the object that was not found. Contains the
interface-class of the activiti-object that was not found.
Copyright © 2013 Alfresco. All rights reserved.