java.awt
Class FontFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.awt.FontFormatException
All Implemented Interfaces:
Serializable

public class FontFormatException
extends Exception

Thrown when a specified font is bad.

Since:
1.3
See Also:
Font, Serialized Form

Constructor Summary
FontFormatException(String message)
          Create a new instance with the specified detailed error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontFormatException

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

Parameters:
message - the detailed error message