Package com.luciad.util.height
Class TLcdMissingPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.luciad.util.height.TLcdMissingPropertyException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a property is missing.
- Since:
- 9.1
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aTLcdMissingPropertyException
with a standard detail message and an unspecified property name.TLcdMissingPropertyException
(String aPropertyName) Constructs aTLcdMissingPropertyException
with a detail message and the given property name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the missing property.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdMissingPropertyException
public TLcdMissingPropertyException()Constructs aTLcdMissingPropertyException
with a standard detail message and an unspecified property name. -
TLcdMissingPropertyException
Constructs aTLcdMissingPropertyException
with a detail message and the given property name.- Parameters:
aPropertyName
- the name of the missing property.
-
-
Method Details
-
getMissingPropertyName
Returns the name of the missing property.- Returns:
- the name of the missing property.
-