Module java.desktop
Package java.awt

Class FontFormatException

所有已实现的接口:
Serializable

public class FontFormatException extends Exception
方法createFont在Font类中抛出,表示指定的字体有问题。
自JDK版本:
1.3
参见:
  • Constructor Details

    • FontFormatException

      public FontFormatException(String reason)
      报告指定原因的FontFormatException。
      参数:
      reason - 一个String消息,指示为何不接受该字体。