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 Link icon

    • TLcdUnsupportedPropertyException Link icon

      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 Link icon

    • getUnsupportedProperties Link icon

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