Class DependencyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingDependencyException, TypeMismatchException

public class DependencyException extends BaseException
Base exception for all dependency injection related errors.

This exception is thrown when errors occur during dependency resolution, instance creation, or container operations.

See Also:
  • Constructor Details

    • DependencyException

      public DependencyException(@NotNull @NotNull String message)
    • DependencyException

      public DependencyException(@NotNull @NotNull Throwable cause)
    • DependencyException

      public DependencyException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)