FileDocCategorySizeDatePackage
FontFormatException.javaAPI DocAndroid 1.5 API1453Wed May 06 22:41:54 BST 2009java.awt

FontFormatException

public class FontFormatException extends Exception
The FontFormatException class is used to provide notification and information that font can't be created.
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
The Constant serialVersionUID.
Constructors Summary
public FontFormatException(String reason)
Instantiates a new font format exception with detailed message.

param
reason the detailed message.


                                   
       
        super(reason);
    
Methods Summary