Class InvalidAttributeValueException

All Implemented Interfaces:
Serializable

public class InvalidAttributeValueException extends IntegrationAttributeProcessingException
An exception indicating that a value is invalid for the given attribute
See Also:
  • Constructor Details

    • InvalidAttributeValueException

      public InvalidAttributeValueException(Object value, TypeAttributeDescriptor attr)
      Instantiates the exception
      Parameters:
      value - The attribute value that is invalid
      attr - The TypeAttributeDescriptor that formulates the exception