Package com.adobe.fontengine.font
Class InvalidGlyphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
com.adobe.fontengine.font.FontException
com.adobe.fontengine.font.InvalidFontException
com.adobe.fontengine.font.InvalidGlyphException
- All Implemented Interfaces:
Serializable
The charstring associated with the glyph cannot be interpreted.
Synchronization
This class has the same threadsafety guarantees java.lang.Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidGlyphException
(Font font) InvalidGlyphException
(String message) InvalidGlyphException
(String message, Font font) InvalidGlyphException
(String message, Throwable cause) InvalidGlyphException
(String message, Throwable cause, Font font) InvalidGlyphException
(Throwable cause) InvalidGlyphException
(Throwable cause, Font font) -
Method Summary
Methods inherited from class com.adobe.fontengine.font.FontException
getFont, initFont, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidGlyphException
public InvalidGlyphException() -
InvalidGlyphException
-
InvalidGlyphException
-
InvalidGlyphException
-
InvalidGlyphException
-
InvalidGlyphException
-
InvalidGlyphException
-
InvalidGlyphException
-