Uses of Class
ch.qos.logback.core.util.IncompatibleClassException
Packages that use IncompatibleClassException
-
Uses of IncompatibleClassException in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util that throw IncompatibleClassExceptionModifier and TypeMethodDescriptionstatic Object
OptionHelper.instantiateByClassName
(String className, Class<?> superClass, Context context) static Object
OptionHelper.instantiateByClassName
(String className, Class<?> superClass, ClassLoader classLoader) static Object
OptionHelper.instantiateByClassNameAndParameter
(String className, Class<?> superClass, Context context, Class<?> type, Object param) static Object
OptionHelper.instantiateByClassNameAndParameter
(String className, Class<?> superClass, ClassLoader classLoader, Class<?> type, Object parameter)