org.activiti.engine
Class ActivitiClassLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activiti.engine.ActivitiException
org.activiti.engine.ActivitiClassLoadingException
- All Implemented Interfaces:
- Serializable
public class ActivitiClassLoadingException
- extends ActivitiException
Runtime exception indicating the requested class was not found or an error occurred
while loading the class.
- Author:
- Frederik Heremans
- See Also:
- Serialized Form
|
Method Summary |
String |
getClassName()
Returns the name of the class this exception is related to. |
| Methods inherited from class 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 © 2012 Alfresco. All Rights Reserved.