Module  java.desktop
软件包  java.awt

Class FontFormatException

  • All Implemented Interfaces:
    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.