JavaTM Platform
Standard Ed. 6

javax.xml.stream
类 FactoryConfigurationError

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Error
          继承者 javax.xml.stream.FactoryConfigurationError
所有已实现的接口:
Serializable

public class FactoryConfigurationError
extends Error

一个用于报告工厂配置错误的错误类。

从以下版本开始:
1.6
另请参见:
序列化表格

构造方法摘要
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
 

构造方法详细信息

FactoryConfigurationError

public FactoryConfigurationError()
默认构造方法。


FactoryConfigurationError

public FactoryConfigurationError(Exception e)
构造具有嵌套内部异常的异常。

参数:
e - 要嵌套的异常

FactoryConfigurationError

public FactoryConfigurationError(Exception e,
                                 String msg)
构造具有嵌套内部异常和消息的异常。

参数:
e - 要嵌套的异常
msg - 要报告的消息

FactoryConfigurationError

public FactoryConfigurationError(String msg,
                                 Exception e)
构造具有嵌套内部异常和消息的异常。

参数:
msg - 要报告的消息
e - 要嵌套的异常

FactoryConfigurationError

public FactoryConfigurationError(String msg)
构造具有关联消息的异常。

参数:
msg - 要报告的消息
方法详细信息

getException

public Exception getException()
返回嵌套异常(如果有)。

返回:
嵌套异常或 null

getMessage

public String getMessage()
报告与此错误关联的消息。

覆盖:
Throwable 中的 getMessage
返回:
消息的字符串值

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策