org.dvb.ui
Class FontNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.