Module java.base
Package java.util

Class IllegalFormatWidthException

所有已实现的接口:
Serializable

public non-sealed class IllegalFormatWidthException extends IllegalFormatException
当格式宽度为负值且不是-1或不受支持时抛出的未经检查的异常。如果给定的格式宽度不能由int类型表示,则异常中将使用值Integer.MIN_VALUE
自 JDK 版本:
1.5
参见:
  • Constructor Details

    • IllegalFormatWidthException

      public IllegalFormatWidthException(int w)
      使用指定的宽度构造此类的实例。
      参数:
      w - 宽度
  • Method Details

    • getWidth

      public int getWidth()
      返回宽度。如果宽度不能由int表示,则返回Integer.MIN_VALUE
      返回:
      宽度