public final class SchemaFactoryConfigurationError extends Error
Constructor and Description |
---|
SchemaFactoryConfigurationError()
创建一个新
SchemaFactoryConfigurationError 无详细信息。
|
SchemaFactoryConfigurationError(String message)
创建具有
String 指定为错误信息的一个新的
SchemaFactoryConfigurationError 。
|
SchemaFactoryConfigurationError(String message, Throwable cause)
创建一个新的
SchemaFactoryConfigurationError 与给定的
Throwable 基地的原因和详细信息。
|
SchemaFactoryConfigurationError(Throwable cause)
创建具有给定的
Throwable 基地造成新的
SchemaFactoryConfigurationError 。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SchemaFactoryConfigurationError()
SchemaFactoryConfigurationError
无详细信息。
public SchemaFactoryConfigurationError(String message)
String
指定为错误信息的一个新的
SchemaFactoryConfigurationError
。
message
为异常的错误消息。
public SchemaFactoryConfigurationError(Throwable cause)
Throwable
基地造成新的
SchemaFactoryConfigurationError
。
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.