Class InvalidParametersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.stefvanschie.inventoryframework.annotation.exception.InvalidParametersException
All Implemented Interfaces:
Serializable

public class InvalidParametersException extends RuntimeException
An exception thrown when a method's parameters do not match the required format.
Since:
0.12.1
See Also:
  • Constructor Details

    • InvalidParametersException

      public InvalidParametersException(@Nullable @Nullable String message)
      Constructs a new invalid parameters exception with the specified detail message.
      Parameters:
      message - the detail message
      Since:
      0.12.1