Serialized Form
-
Package io.github.chrimle.sbspi
-
Exception io.github.chrimle.sbspi.StaticValueInjectorException
class StaticValueInjectorException extends RuntimeException implements Serializable- serialVersionUID:
- 42L
-
Serialized Fields
-
annotatedClass
Class<?> annotatedClass
The annotated class related to this Exception. -
annotatedField
String annotatedField
The annotated field related to this Exception. -
annotationValue
String annotationValue
TheStaticValue.value()
value related to this Exception. -
reason
StaticValueInjectorException.Reason reason
The reason for this Exception.
-
-