Class DIException

All Implemented Interfaces:
Serializable

public final class DIException extends RuntimeException
A runtime exception that is thrown on startup when some static conditions fail (missing or cyclic dependencies, incorrect annotations etc.) or in runtime when you ask an Injector for an instance it does not have a binding for.
See Also:
  • Constructor Details

    • DIException

      public DIException(String message)
    • DIException

      public DIException(String message, Throwable cause)