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 Link icon

    • TLcdLicenseError Link icon

      public TLcdLicenseError()
    • TLcdLicenseError Link icon

      public TLcdLicenseError(String s)
  • Method Details Link icon