Class ParameterException

All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException, Serializable
Direct Known Subclasses:
ParameterMissingException, ParameterTypeException

public class ParameterException extends IlmException
This exception is used for problems with request parameters.
See Also:
  • Field Details

    • LOCATION_OPERATION

      public static final String LOCATION_OPERATION
      The name of the location of an operation parameter.
      See Also:
    • 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 Details

    • ParameterException

      public ParameterException()
      The constructor required for bean deserialisation.