org.dvb.ui
Class FontNotAvailableException

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

public class FontNotAvailableException
extends java.lang.Exception

Thrown when attempt is made to instantiate a font that cannot be located.

See Also:
Serialized Form

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

FontNotAvailableException

public FontNotAvailableException()
Constructs a FontNotAvailableException with null as its error detail message.


FontNotAvailableException

public FontNotAvailableException(java.lang.String s)
Constructs a FontNotAvailableException 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.