public class ArgumentNotValidException extends RuntimeException
| 构造器和说明 |
|---|
ArgumentNotValidException() |
ArgumentNotValidException(BaseErrorInfoInterface errorInfoInterface) |
ArgumentNotValidException(BaseErrorInfoInterface errorInfoInterface,
Throwable cause) |
ArgumentNotValidException(String errorMsg) |
ArgumentNotValidException(String errorCode,
String errorMsg) |
ArgumentNotValidException(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 ArgumentNotValidException()
public ArgumentNotValidException(BaseErrorInfoInterface errorInfoInterface)
public ArgumentNotValidException(BaseErrorInfoInterface errorInfoInterface, Throwable cause)
public ArgumentNotValidException(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.