Class TLcdUnsupportedPropertyException

All Implemented Interfaces:
Serializable

public class TLcdUnsupportedPropertyException extends IllegalArgumentException
Thrown to indicate that a required property is not supported.
Since:
9.1
See Also:
  • Constructor Details

    • TLcdUnsupportedPropertyException

      public TLcdUnsupportedPropertyException(Set<String> aProperties)
      Constructs a TLcdUnsupportedPropertyException with a detail message using a Set with unsupported required properties.
      Parameters:
      aProperties - a Set with unused required property keys.
  • Method Details

    • getUnsupportedProperties

      public Set<String> getUnsupportedProperties()
      Returns the set of unsupported property keys.
      Returns:
      the set of unsupported property keys.