public class FactoryConfigurationError extends Error
| Constructor and Description |
|---|
FactoryConfigurationError()
创建一个新的
FactoryConfigurationError没有详细信号。
|
FactoryConfigurationError(异常 e)
创建一个新的
FactoryConfigurationError与给定的
异常基本原因的错误。
|
FactoryConfigurationError(异常 e, String msg)
创建一个新的
FactoryConfigurationError与给定的
异常基本原因和详细信息。
|
FactoryConfigurationError(String msg)
创建一个新的
FactoryConfigurationError与
String指定为错误消息。
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
使用JDK1.4的异常链接机制
|
异常 |
getException()
返回导致引发此异常的实际异常(如果有的话)。
|
String |
getMessage()
返回此错误的消息(如果有)。
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FactoryConfigurationError()
FactoryConfigurationError 。
public FactoryConfigurationError(String msg)
FactoryConfigurationError与
String指定为错误消息。
msg - 异常的错误消息。
public FactoryConfigurationError(异常 e)
FactoryConfigurationError与给定的
异常基本原因的错误。
e - 封装在FactoryConfigurationError中的异常。
public String getMessage()
getMessage在
Throwable
public 异常 getException()
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.