java.awt

Class FontFormatException

public class FontFormatException extends Exception

Thrown when a specified font is bad.

Since: 1.3

See Also: Font

UNKNOWN: updated to 1.4

Constructor Summary
FontFormatException(String message)
Create a new instance with the specified detailed error message.

Constructor Detail

FontFormatException

public FontFormatException(String message)
Create a new instance with the specified detailed error message.

Parameters: message the detailed error message