Package com.luciad.util
Class TLcdLicenseError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.luciad.util.TLcdLicenseError
- All Implemented Interfaces:
Serializable
This error is thrown if your LuciadLightspeed license is not valid for the invoked
LuciadLightspeed classes. You can catch the error if you wish to handle it
graciously, but your application must not call these LuciadLightspeed classes again.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdLicenseError
public TLcdLicenseError() -
TLcdLicenseError
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-