LicenseException
The LicenseException class represents an exception that can be thrown by the Dynamsoft License module. This class extends CoreException and provides specific error handling for license operations.
Definition
Package: com.dynamsoft.license
public class LicenseException extends CoreException
Inheritance
LicenseException -> CoreException
Inherited Members
Since LicenseException extends CoreException, it inherits all the properties and methods from the parent class, including:
getErrorCode()- Returns the error code.getErrorString()- Returns the error string.