Class InjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
honeyroasted.fill.InjectionException
- All Implemented Interfaces:
Serializable
An exception that occurs during injection
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectionException(String message) Creates a newInjectionExceptionwith the given messageInjectionException(String message, Throwable cause) Creates a newInjectionExceptionwith the given message and 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
-
InjectionException
Creates a newInjectionExceptionwith the given message- Parameters:
message- The error message
-
InjectionException
Creates a newInjectionExceptionwith the given message and cause- Parameters:
message- The error messagecause- The cause of the error
-