Class DIRuntimeException

All Implemented Interfaces:
Serializable

public class DIRuntimeException extends RuntimeException
A runtime exception thrown on DI misconfiguration.
Since:
4.0
See Also:
  • Constructor Details

    • DIRuntimeException

      public DIRuntimeException()
      Creates new ConfigurationException without detail message.
    • DIRuntimeException

      public DIRuntimeException(String messageFormat, Object... messageArgs)
      Constructs an exception with the specified message with an optional list of message formatting arguments. Message formatting rules follow "String.format(..)" conventions.
    • DIRuntimeException

      public DIRuntimeException(Throwable cause)
      Constructs an exception wrapping another exception thrown elsewhere.
    • DIRuntimeException

      public DIRuntimeException(String messageFormat, Throwable cause, Object... messageArgs)