Class UnbindableParameterException

All Implemented Interfaces:
Serializable

@Deprecated public class UnbindableParameterException extends ParameterBindingException
Deprecated.
Move over to APIs that use NoBindingAvailableException

Thrown from BindingContext.getBinder(Class, Class) when no binder exists for the given parameter.

See Also:
  • Constructor Details

    • UnbindableParameterException

      public UnbindableParameterException(Parameter parameter, String format, Object... args)
      Deprecated.