Class DependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.demeng.pluginbase.exceptions.BaseException
dev.demeng.pluginbase.di.exception.DependencyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingDependencyException,TypeMismatchException
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 Summary
ConstructorsConstructorDescriptionDependencyException(@NotNull String message) DependencyException(@NotNull String message, @NotNull Throwable cause) DependencyException(@NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DependencyException
-
DependencyException
-
DependencyException
-