FontFormatExceptionpublic class FontFormatException extends Exception Thrown by method createFont in the Font class to indicate
that the specified font is bad. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public FontFormatException(String reason)Report a FontFormatException for the reason specified.
super (reason);
|
|