JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only