public class CustomerException extends Exception
| 构造器和说明 |
|---|
CustomerException() |
CustomerException(BaseErrorInfoInterface errorInfoInterface) |
CustomerException(BaseErrorInfoInterface errorInfoInterface,
Throwable cause) |
CustomerException(String errorMsg) |
CustomerException(String errorCode,
String errorMsg) |
CustomerException(String errorCode,
String errorMsg,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
String |
getErrorCode() |
String |
getErrorMsg() |
String |
getMessage() |
void |
setErrorCode(String errorCode) |
void |
setErrorMsg(String errorMsg) |
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CustomerException()
public CustomerException(BaseErrorInfoInterface errorInfoInterface)
public CustomerException(BaseErrorInfoInterface errorInfoInterface, Throwable cause)
public CustomerException(String errorMsg)
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public String getMessage()
getMessage 在类中 Throwablepublic Throwable fillInStackTrace()
fillInStackTrace 在类中 ThrowableCopyright © 2024. All rights reserved.