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中的异常或错误。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.