org.dvb.ui
Class FontNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvb.ui.FontNotAvailableException
- All Implemented Interfaces:
- Serializable
public class FontNotAvailableException
- extends Exception
Thrown when attempt is made to instantiate a font that cannot be located.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FontNotAvailableException
public FontNotAvailableException()
- Constructs a
FontNotAvailableException
with null
as its error detail message.
FontNotAvailableException
public FontNotAvailableException(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.