public class FactoryConfigurationError extends Error
Constructor and Description |
---|
FactoryConfigurationError()
默认构造函数
|
FactoryConfigurationError(异常 e)
使用嵌套的内部异常构造异常
|
FactoryConfigurationError(异常 e, String msg)
使用嵌套的内部异常和消息构造异常
|
FactoryConfigurationError(String msg)
使用关联的消息构造异常
|
FactoryConfigurationError(String msg, 异常 e)
使用嵌套的内部异常和消息构造异常
|
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()
public FactoryConfigurationError(异常 e)
e
- 嵌套的例外
public FactoryConfigurationError(异常 e, String msg)
e
- 嵌套的例外
msg
- 要报告的消息
public FactoryConfigurationError(String msg, 异常 e)
msg
- 要报告的消息
e
- 嵌套的例外
public FactoryConfigurationError(String msg)
msg
- 要报告的消息
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.