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.