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.
Since:
0.1.0
Author:
Chrimle
See Also:
  • Constructor Details

    • StaticValueInjectorException

      public StaticValueInjectorException(String message)
      Exception thrown by StaticValueInjector when processing StaticValue-annotations.
      Parameters:
      message - describing the issue in more detail.
      Since:
      0.1.0
    • StaticValueInjectorException

      public StaticValueInjectorException(String message, Throwable cause)
      Exception thrown by StaticValueInjector when processing StaticValue-annotations.
      Parameters:
      message - describing the issue in more detail.
      cause - of this exception.
      Since:
      0.1.0