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, toStringpublic 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.