|
MIDP3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.microedition.lcdui.FontFormatException
public class FontFormatException
Indicates that a font format is not supported, or that font data is invalid or is not conformant with the specified font format (OpenType with TrueType outlines).
This exception may be thrown by
Font.createFont
if the supplied font data is not valid.
Font
Constructor Summary | |
---|---|
FontFormatException()
Constructs an exception with no specified detail message. |
|
FontFormatException(java.lang.String s)
Constructs an exception with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FontFormatException()
public FontFormatException(java.lang.String s)
s
- the detail message
|
MIDP3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |