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, toString
public 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.