org.dvb.ui
Class FontFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvb.ui.FontFormatException
- All Implemented Interfaces:
- Serializable
public class FontFormatException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FontFormatException
public FontFormatException()
- Constructs a
FontFormatException
with null
as its error detail message.
FontFormatException
public FontFormatException(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.