Class InjectorNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.InjectorNotInitializedException
- All Implemented Interfaces:
Serializable
Thrown when a dependency is requested before the platform has built its injector,
which means the plugin was used before it finished starting.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InjectorNotInitializedException
public InjectorNotInitializedException()Creates the exception.
-