Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt

Class FontFormatException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.awt.FontFormatException


public class FontFormatException

extends Exception

Thrown when a specified font is bad.

Since:Author:See Also:

Constructor Summary

FontFormatException(java.lang.String message)

Create a new instance with the specified detailed error message.

Constructor Details

FontFormatException

public FontFormatException(java.lang.String message)

Create a new instance with the specified detailed error message.

Parameters: