Package org.flowable.common.engine.api
Class FlowableClassLoadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flowable.common.engine.api.FlowableException
-
- org.flowable.common.engine.api.FlowableClassLoadingException
-
- All Implemented Interfaces:
Serializable
public class FlowableClassLoadingException extends FlowableException
Runtime exception indicating the requested class was not found or an error occurred while loading the class.- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassName-
Fields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
-
Constructor Summary
Constructors Constructor Description FlowableClassLoadingException(String className, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()Returns the name of the class this exception is related to.-
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevel
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-