Class NoBindingAvailableException

All Implemented Interfaces:
Serializable

public class NoBindingAvailableException extends RiskscapeException

Thrown from BindingContext when a binding fails because no ParameterBinder is available to bind with the given from and to

Used in preference to UnbindableParameterException. See BindingContext for info on the deprecation

See Also:
  • Constructor Details

    • NoBindingAvailableException

      public NoBindingAvailableException(Class<?> from, Class<?> to)
    • NoBindingAvailableException

      public NoBindingAvailableException(Problem problem, Class<?> from, Class<?> to)
  • Method Details