模块  java.xml
软件包  javax.xml.stream

Class FactoryConfigurationError

  • 实现的所有接口
    Serializable

    public class FactoryConfigurationError
    extends Error
    报告工厂配置错误的错误类。
    从以下版本开始:
    1.6
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • FactoryConfigurationError

        public FactoryConfigurationError()
        默认构造函数
      • FactoryConfigurationError

        public FactoryConfigurationError​(异常 e)
        使用嵌套的内部异常构造异常
        参数
        e - 嵌套的例外
      • FactoryConfigurationError

        public FactoryConfigurationError​(异常 e,
                                         String msg)
        使用嵌套的内部异常和消息构造异常
        参数
        e - 嵌套的例外
        msg - 要报告的消息
      • FactoryConfigurationError

        public FactoryConfigurationError​(String msg,
                                         异常 e)
        使用嵌套的内部异常和消息构造异常
        参数
        msg - 要报告的消息
        e - 嵌套的例外
      • FactoryConfigurationError

        public FactoryConfigurationError​(String msg)
        使用关联消息构造异常
        参数
        msg - 要报告的消息
    • 方法详细信息

      • getException

        public 异常 getException()
        返回嵌套异常(如果有)
        结果
        嵌套异常或null
      • getCause

        public Throwable getCause()
        使用JDK1.4的异常链接机制
        重写:
        getCause在类 Throwable
        结果
        如果原因不存在或未知,则抛出此抛出的原因或 null
      • getMessage

        public String getMessage()
        报告与此错误相关的消息
        重写:
        getMessage在课堂上 Throwable
        结果
        the string value of the message