Package io.github.chrimle.sbspi
Class StaticValueInjectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.chrimle.sbspi.StaticValueInjectorException
- All Implemented Interfaces:
Serializable
Exception thrown by
StaticValueInjector
when processing StaticValue
-annotations.- Since:
- 0.1.0
- Author:
- Chrimle
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStaticValueInjectorException
(String message) Exception thrown byStaticValueInjector
when processingStaticValue
-annotations.StaticValueInjectorException
(String message, Throwable cause) Exception thrown byStaticValueInjector
when processingStaticValue
-annotations. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StaticValueInjectorException
Exception thrown byStaticValueInjector
when processingStaticValue
-annotations.- Parameters:
message
- describing the issue in more detail.- Since:
- 0.1.0
-
StaticValueInjectorException
Exception thrown byStaticValueInjector
when processingStaticValue
-annotations.- Parameters:
message
- describing the issue in more detail.cause
- of this exception.- Since:
- 0.1.0
-