public final class SchemaFactoryConfigurationError extends Error
Constructor and Description |
---|
SchemaFactoryConfigurationError()
创建一个新的
SchemaFactoryConfigurationError 没有详细信息。
|
SchemaFactoryConfigurationError(String message)
创建一个新的
SchemaFactoryConfigurationError ,其中
String 指定为错误消息。
|
SchemaFactoryConfigurationError(String message,
Throwable cause)
创建一个新的
SchemaFactoryConfigurationError 与给定的
Throwable 基本原因和详细信息。
|
SchemaFactoryConfigurationError(Throwable cause)
创建一个新的
SchemaFactoryConfigurationError 与给定的
Throwable 基础原因。
|
addSuppressed,
fillInStackTrace,
getCause, getLocalizedMessage,
getMessage, getStackTrace,
getSuppressed, initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
public SchemaFactoryConfigurationError()
SchemaFactoryConfigurationError
没有详细信息。
public SchemaFactoryConfigurationError(String message)
SchemaFactoryConfigurationError
与
String
指定为错误消息。
message
- 异常的错误信息。
public SchemaFactoryConfigurationError(Throwable cause)
SchemaFactoryConfigurationError
与给定的
Throwable
基本原因。
cause
- 要封装在SchemaFactoryConfigurationError中的异常或错误。