模块  java.base
软件包  java.util

Class IllegalFormatPrecisionException

  • 实现的所有接口
    Serializable

    public class IllegalFormatPrecisionException
    extends IllegalFormatException
    当精度为 -1以外的负值时,抛出未经检查的异常,转换不支持精度,否则不支持该值。
    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • IllegalFormatPrecisionException

        public IllegalFormatPrecisionException​(int p)
        使用指定的精度构造此类的实例。
        参数
        p - 精度
    • 方法详细信息

      • getPrecision

        public int getPrecision()
        返回精度
        结果
        精度