public class DexcoderException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
resultCode
Exception code
|
protected String |
resultMsg
Exception message
|
| 构造器和说明 |
|---|
DexcoderException(IEnum e)
Instantiates a new DexcoderException.
|
DexcoderException(IEnum msgEnum,
Throwable e) |
DexcoderException(String message)
Constructor
|
DexcoderException(String code,
String message)
Constructor
|
DexcoderException(String message,
Throwable e) |
DexcoderException(Throwable e)
Instantiates a new DexcoderException.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getResultCode() |
String |
getResultMsg() |
void |
setResultCode(String resultCode) |
void |
setResultMsg(String resultMsg) |
protected String resultCode
protected String resultMsg
public DexcoderException(IEnum e)
e - the epublic DexcoderException(Throwable e)
e - the epublic DexcoderException(String message)
message - the messageCopyright © 2016. All rights reserved.