Package 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
Runtime exception indicating the requested class was not found or an error occurred while loading the class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the class this exception is related to.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
className
-
-
Constructor Details
-
ActivitiClassLoadingException
-
-
Method Details
-
getClassName
Returns the name of the class this exception is related to.
-