Class TLfnCustomPropertyInvalidEnumValueException

All Implemented Interfaces:
Serializable

public final class TLfnCustomPropertyInvalidEnumValueException extends ALfnCustomPropertyValueException
Thrown when trying to set a value that is not part of the possible values configured on a custom property in the TLfnCustomPropertyDefinitions.
Since:
2024.1
See Also:
  • Constructor Details

    • TLfnCustomPropertyInvalidEnumValueException

      public TLfnCustomPropertyInvalidEnumValueException(String aPropertyName, Collection<?> aPossibleValues, Object aActualValue)
      Parameters:
      aPropertyName - The name of the custom property
      aPossibleValues - The possible values configured for the custom property
      aActualValue - The actual value that was used