|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Error javax.xml.stream.FactoryConfigurationError
public class FactoryConfigurationError
一个用于报告工厂配置错误的错误类。
构造方法摘要 | |
---|---|
FactoryConfigurationError() 默认构造方法。 |
|
FactoryConfigurationError(Exception e) 构造具有嵌套内部异常的异常。 |
|
FactoryConfigurationError(Exception e, String msg) 构造具有嵌套内部异常和消息的异常。 |
|
FactoryConfigurationError(String msg) 构造具有关联消息的异常。 |
|
FactoryConfigurationError(String msg, Exception e) 构造具有嵌套内部异常和消息的异常。 |
方法摘要 | |
---|---|
Exception |
getException() 返回嵌套异常(如果有)。 |
String |
getMessage() 报告与此错误关联的消息。 |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public FactoryConfigurationError()
public FactoryConfigurationError(Exception e)
e
- 要嵌套的异常
public FactoryConfigurationError(Exception e, String msg)
e
- 要嵌套的异常
msg
- 要报告的消息
public FactoryConfigurationError(String msg, Exception e)
msg
- 要报告的消息
e
- 要嵌套的异常
public FactoryConfigurationError(String msg)
msg
- 要报告的消息
方法详细信息 |
---|
public Exception getException()
public String getMessage()
Throwable
中的
getMessage
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。