Interface ValidationExceptionField.Builder

    • Method Detail

      • message

        ValidationExceptionField.Builder message​(String message)

        An error message describing the validation exception in this field.

        Parameters:
        message - An error message describing the validation exception in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the field where the validation exception occurred.

        Parameters:
        name - The name of the field where the validation exception occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.