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
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.