模块  java.desktop
软件包  java.awt

Class FontFormatException

  • 实现的所有接口
    Serializable

    public class FontFormatException
    extends 异常
    Font类中的方法createFont抛出,以指示指定的字体是坏的。
    从以下版本开始:
    1.3
    另请参见:
    FontSerialized Form
    • 构造方法详细信息

      • FontFormatException

        public FontFormatException​(String reason)
        报告指定原因的FontFormatException。
        参数
        reason - a String message indicating why the font is not accepted.