public class ApidocException extends RuntimeException
| 构造器和说明 |
|---|
ApidocException(Integer code,
Throwable cause) |
ApidocException(String message) |
ApidocException(String message,
Integer code) |
ApidocException(String msg,
Throwable cause) |
ApidocException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode() |
String |
getMessage() |
void |
setCode(Integer code) |
void |
setMessage(String message) |
Copyright © 2021. All rights reserved.