public class FontFormatException extends Exception
Font class to indicate that the specified font is bad.
Font,
Serialized Form
| Constructor and Description |
|---|
FontFormatException(String
Report a FontFormatException for the reason specified.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FontFormatException(Stringreason)
reason - a
String message indicating why the font is not accepted.