org.dvb.ui
Class FontFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dvb.ui.FontFormatException
All Implemented Interfaces:
java.io.Serializable

public class FontFormatException
extends java.lang.Exception

Thrown when attempt is made to read a file describing a font when the contents of that file are not valid.

See Also:
Serialized Form

Constructor Summary
FontFormatException()
          Constructs a FontFormatException with null as its error detail message.
FontFormatException(java.lang.String s)
          Constructs a FontFormatException with the specified detail message.
 
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()
Constructs a FontFormatException with null as its error detail message.


FontFormatException

public FontFormatException(java.lang.String s)
Constructs a FontFormatException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
s - the detail message.