Class NotInjectableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.logging.log4j.plugins.PluginException
org.apache.logging.log4j.plugins.di.InjectException
org.apache.logging.log4j.plugins.di.NotInjectableException
- All Implemented Interfaces:
Serializable
Exception thrown when an instance of a type is not injectable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotInjectableException
(Class<?> injectClass) NotInjectableException
(Key<?> key) NotInjectableException
(Key<?> key, DependencyChain dependencies) NotInjectableException
(ResolvableKey<?> resolvableKey) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotInjectableException
-
NotInjectableException
-
NotInjectableException
-
NotInjectableException
-