public class BaseException extends RuntimeException
| 构造器和说明 |
|---|
BaseException(int errorCode,
Object... info) |
BaseException(String errorType,
Object... info) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getErrorType() |
String |
getMessage() |
public String getMessage()
getMessage 在类中 Throwablepublic String getErrorType()
public int getErrorCode()
Copyright © 2015. All Rights Reserved.