Interface AttributeError.Builder

  • Method Details

    • attributeIdentifier

      AttributeError.Builder attributeIdentifier(String attributeIdentifier)

      The attribute ID as part of the attribute error.

      Parameters:
      attributeIdentifier - The attribute ID as part of the attribute error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The code generated as part of the attribute error.

      Parameters:
      code - The code generated as part of the attribute error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      AttributeError.Builder message(String message)

      The message generated as part of the attribute error.

      Parameters:
      message - The message generated as part of the attribute error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.