类 FormatRuntimeException

    • 构造器详细资料

      • FormatRuntimeException

        public FormatRuntimeException()
      • FormatRuntimeException

        public FormatRuntimeException​(String message)
      • FormatRuntimeException

        public FormatRuntimeException​(String format,
                                      Object... parameters)
      • FormatRuntimeException

        public FormatRuntimeException​(String message,
                                      Throwable cause)
      • FormatRuntimeException

        public FormatRuntimeException​(String format,
                                      Throwable cause,
                                      Object... parameters)