Module java.xml
Package javax.xml.stream

Class FactoryConfigurationError

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

public class FactoryConfigurationError extends Error
用于报告工厂配置错误的错误类。
自:
1.6
参见:
  • Constructor Details

    • 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 - 要报告的消息
  • Method Details

    • getException

      public Exception getException()
      返回嵌套异常(如果有)
      返回:
      此异常的嵌套异常或null
    • getCause

      public Throwable getCause()
      使用JDK1.4的异常链接机制
      覆盖:
      getCause 在类 Throwable
      返回:
      此可抛出对象的原因,如果原因不存在或未知,则返回null
    • getMessage

      public String getMessage()
      报告与此错误关联的消息
      覆盖:
      getMessage 在类 Throwable
      返回:
      消息的字符串值