FileDocCategorySizeDatePackage
FontFormatException.javaAPI DocJava SE 5 API735Fri Aug 26 14:56:44 BST 2005java.awt

FontFormatException

public class FontFormatException extends Exception
Thrown by method createFont in the Font class to indicate that the specified font is bad.
author
Parry Kejriwal
version
1.8, 12/19/03
see
java.awt.Font
since
1.3

Fields Summary
Constructors Summary
public FontFormatException(String reason)
Report a FontFormatException for the reason specified.

param
reason a String message indicating why the font is not accepted.

      super (reason);
    
Methods Summary