Package com.luciad.util.height
Class TLcdUnsupportedPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.luciad.util.height.TLcdUnsupportedPropertyException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a required property is not supported.
- Since:
- 9.1
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdUnsupportedPropertyException
(Set<String> aProperties) Constructs aTLcdUnsupportedPropertyException
with a detail message using aSet
with unsupported required properties. -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of unsupported property keys.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdUnsupportedPropertyException
Constructs aTLcdUnsupportedPropertyException
with a detail message using aSet
with unsupported required properties.- Parameters:
aProperties
- aSet
with unused required property keys.
-
-
Method Details
-
getUnsupportedProperties
Returns the set of unsupported property keys.- Returns:
- the set of unsupported property keys.
-