Package io.scanbot.sdk
Class SdkLicenseError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class SdkLicenseError extends Error
Class to return as error inside UI components if license check is failed
-
-
Field Summary
Fields Modifier and Type Field Description private final String
errorMessage
-
Constructor Summary
Constructors Constructor Description SdkLicenseError(String errorMessage)
-
Method Summary
Modifier and Type Method Description final String
getErrorMessage()
-
-
Constructor Detail
-
SdkLicenseError
SdkLicenseError(String errorMessage)
-
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
-
-
-