Interface ValidationExceptionField.Builder

    • Method Detail

      • message

        ValidationExceptionField.Builder message​(String message)

        A message describing why the field caused an exception.

        Parameters:
        message - A message describing why the field caused an exception.
        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 that caused an exception.

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