Class ParameterException

    • Field Detail

      • LOCATION_OPERATION

        public static final String LOCATION_OPERATION
        The name of the location of an operation parameter.
        See Also:
        Constant Field Values
      • name

        @NotNull
        public @NotNull String name
        The name of the parameter causing the problem.
      • expectedClassName

        @NotNull
        public @NotNull String expectedClassName
        The full name of the expected class (type) of the parameter causing the problem.
      • location

        @NotNull
        public @NotNull String location
        The location name of the parameter causing the problem, e. g. operation, header or cookie.
    • Constructor Detail

      • ParameterException

        public ParameterException()
        The constructor required for bean deserialisation.