- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.awt.FontFormatException
-
- 实现的所有接口
-
Serializable
public class FontFormatException extends 异常
由Font
类中的方法createFont抛出,以指示指定的字体是坏的。- 从以下版本开始:
- 1.3
- 另请参见:
-
Font
, Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 FontFormatException(String reason)
报告指定原因的FontFormatException。
-
方法摘要
-
-
-
构造方法详细信息
-
FontFormatException
public FontFormatException(String reason)
报告指定原因的FontFormatException。- 参数
-
reason
- aString
message indicating why the font is not accepted.
-
-