FileDocCategorySizeDatePackage
FontFormatException.javaAPI DocJava SE 6 API849Tue Jun 10 00:25:16 BST 2008java.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.10, 11/17/05
see
java.awt.Font
since
1.3

Fields Summary
private static final long
serialVersionUID
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