Class InjectorCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.internal.erd.ui.activator.InjectorCreationException
All Implemented Interfaces:
Serializable

public class InjectorCreationException extends RuntimeException
Exception is thrown when injector can't be created.
See Also:
  • Constructor Details

    • InjectorCreationException

      public InjectorCreationException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - - detailed message. Can't be null.
      cause - - the cause. Can't be null.