java.awt
Class FontFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.awt.FontFormatException
-
- All Implemented Interfaces:
- java.io.Serializable
public class FontFormatException extends java.lang.ExceptionThrown by method createFont in theFont
class to indicate that the specified font is bad.- Since:
- 1.3
- See Also:
Font
, Serialized Form
-
-
Constructors Constructor and Description FontFormatException Report a FontFormatException for the reason specified.
-