public class BadSchemaException extends Exception
| 构造器和说明 |
|---|
BadSchemaException() |
BadSchemaException(int code) |
BadSchemaException(int code,
String message) |
BadSchemaException(int code,
String message,
Throwable cause) |
BadSchemaException(int code,
Throwable cause) |
BadSchemaException(String message) |
BadSchemaException(String message,
Throwable cause) |
BadSchemaException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
void |
setCode(int code) |
public BadSchemaException()
public BadSchemaException(String message)
public BadSchemaException(Throwable cause)
public BadSchemaException(int code)
public BadSchemaException(int code,
String message)
public BadSchemaException(int code,
Throwable cause)
Copyright © 2019 Baidu, Inc.. All rights reserved.