public class BadSchemaException extends Exception
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
void |
setCode(int code) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2020 Baidu, Inc.. All rights reserved.