public class SDBErrorLookup extends Object
| 构造器和说明 |
|---|
SDBErrorLookup() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
getErrorCodeByType(String errorType) |
static String |
getErrorDescriptionByCode(int errorCode) |
static String |
getErrorDescriptionByType(String errorType) |
static String |
getErrorTypeByCode(int errorCode) |
public static String getErrorDescriptionByType(String errorType) throws Exception
errorType - Exceptionpublic static String getErrorDescriptionByCode(int errorCode) throws Exception
errorCode - Exceptionpublic static int getErrorCodeByType(String errorType) throws Exception
errorType - ExceptionCopyright © 2015. All Rights Reserved.