Class StaticValueInjectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.chrimle.sbspi.StaticValueInjectorException
All Implemented Interfaces:
Serializable

public class StaticValueInjectorException extends RuntimeException
Exception thrown by StaticValueInjector when processing StaticValue-annotations.

API Note: This class cannot be instantiated by any constructor. Instead, it can only be instantiated via static factory methods.

Since:
0.1.0
Author:
Chrimle
See Also:
  • classNotFound(String, Throwable)
  • emptyAnnotationValue(Field, String)
  • unsupportedAnnotationValue(Field, String)
  • unparsableAnnotationValue(Field, String, Throwable)
  • Serialized Form