Class InjectorNotInitializedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.InjectorNotInitializedException
All Implemented Interfaces:
Serializable

public class InjectorNotInitializedException extends RuntimeException
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 Details

    • InjectorNotInitializedException

      public InjectorNotInitializedException()
      Creates the exception.