public class TLcdUnsupportedPropertyException
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
TLcdUnsupportedPropertyException(java.util.Set<java.lang.String> aProperties)
Constructs a
TLcdUnsupportedPropertyException with a detail message
using a Set with unsupported required properties. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getUnsupportedProperties()
Returns the set of unsupported property keys.
|
public TLcdUnsupportedPropertyException(java.util.Set<java.lang.String> aProperties)
TLcdUnsupportedPropertyException
with a detail message
using a Set
with unsupported required properties.aProperties
- a Set
with unused required property keys.