Class TLcdLicenseError

java.lang.Object
java.lang.Throwable
java.lang.Error
com.luciad.util.TLcdLicenseError
All Implemented Interfaces:
Serializable

public class TLcdLicenseError extends Error
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 Details

    • TLcdLicenseError

      public TLcdLicenseError()
    • TLcdLicenseError

      public TLcdLicenseError(String s)
  • Method Details