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
另请参见:
序列化表格

构造方法摘要
ActivitiObjectNotFoundException(Class<?> objectClass)
           
ActivitiObjectNotFoundException(String message, Class<?> objectClass)
           
ActivitiObjectNotFoundException(String message, Class<?> objectClass, Throwable cause)
           
 
方法摘要
 Class<?> getObjectClass()
          The class of the object that was not found.
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.