public class LicenseException extends Exception
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LicenseException.Code |
| 构造器和说明 |
|---|
LicenseException(LicenseException.Code errCode,
String localCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
LicenseException.Code |
getErrCode() |
String |
getLocalCode() |
public LicenseException(LicenseException.Code errCode, String localCode)
public LicenseException.Code getErrCode()
public String getLocalCode()
Copyright © 2020. All rights reserved.