org.activiti.engine
类 ActivitiClassLoadingException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.activiti.engine.ActivitiException
                  继承者 org.activiti.engine.ActivitiClassLoadingException
所有已实现的接口:
Serializable

public class ActivitiClassLoadingException
extends ActivitiException

Runtime exception indicating the requested class was not found or an error occurred while loading the class.

作者:
Frederik Heremans
另请参见:
序列化表格

字段摘要
protected  String className
           
 
构造方法摘要
ActivitiClassLoadingException(String className, Throwable cause)
           
 
方法摘要
 String getClassName()
          Returns the name of the class this exception is related to.
 
从类 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
 

字段详细信息

className

protected String className
构造方法详细信息

ActivitiClassLoadingException

public ActivitiClassLoadingException(String className,
                                     Throwable cause)
方法详细信息

getClassName

public String getClassName()
Returns the name of the class this exception is related to.



Copyright © 2013 Alfresco. All rights reserved.