Class InvalidBoundParametersException

All Implemented Interfaces:
Serializable

public class InvalidBoundParametersException extends RiskscapeException

Thrown when a method expects a set of bound parameters that match a particular set of defined parameters but they don't match. Which parameters to give will depend on any particular API.

This type of error is typically an API misuse error, rather than a user error

See Also:
  • Constructor Details

    • InvalidBoundParametersException

      @Deprecated public InvalidBoundParametersException(String message)
      Deprecated.
    • InvalidBoundParametersException

      public InvalidBoundParametersException(Problem problem)