Class InjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tomatengames.util.injector.InjectionException
- All Implemented Interfaces:
Serializable
An exception thrown by an
InjectionProvider.
For example, this exception is thrown when a value should be injected for a key that is not provided,
or a value should be provided for a key that is already provided within the same provider.- Since:
- 1.9
- See Also:
-
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString