Class ReflectionException

    • Constructor Detail

      • ReflectionException

        public ReflectionException​(Exception e)
        构造函数
        指定异常
        Parameters:
        e - 异常
      • ReflectionException

        public ReflectionException​(String msg)
        构造函数
        指定消息
        Parameters:
        msg - 消息
      • ReflectionException

        public ReflectionException​(String format,
                                   Object... argument)
        构造函数
        指定格式化消息
        Parameters:
        format - 格式化字符串
        argument - 参数
      • ReflectionException

        public ReflectionException​(String format,
                                   Exception e,
                                   Object... argument)
        构造函数
        指定格式化消息
        自定义抛出异常
        Parameters:
        format - 格式化字符串
        e - 抛出异常
        argument - 参数
      • ReflectionException

        public ReflectionException​(String msg,
                                   Throwable cause)
        构造函数
        指定消息及指定异常
        Parameters:
        msg - 异常
        cause - 原因异常