java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.awt.FontFormatException
Untamed: Thrown by method createFont in the Font class to indicate
that the specified font is bad.
java.awt.Font,
Serialized FormFontFormatException(String reason)
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public FontFormatException(String reason)
reason - a String message indicating why
the font is not accepted.