|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dvb.ui.FontNotAvailableException
public class FontNotAvailableException
Thrown when attempt is made to instantiate a font that cannot be located.
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 |
---|
public FontNotAvailableException()
FontNotAvailableException
with null
as its error detail message.
public FontNotAvailableException(java.lang.String s)
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
.
s
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |