public class java.awt
FontFormatException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Thrown by method createFont in the Font class to indicate that the specified font is bad.
version1.10, 11/17/05
since1.3
See also java.awt.Font

Constructors
public FontFormatException(String reason) Details
Report a FontFormatException for the reason specified.
reasona String message indicating why the font is not accepted.