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:
java.io.Serializable
public class InvalidGlyphException extends InvalidFontException
The charstring associated with the glyph cannot be interpreted.Synchronization
This class has the same threadsafety guarantees java.lang.Exception.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidGlyphException()
InvalidGlyphException(Font font)
InvalidGlyphException(java.lang.String message)
InvalidGlyphException(java.lang.String message, Font font)
InvalidGlyphException(java.lang.String message, java.lang.Throwable cause)
InvalidGlyphException(java.lang.String message, java.lang.Throwable cause, Font font)
InvalidGlyphException(java.lang.Throwable cause)
InvalidGlyphException(java.lang.Throwable cause, Font font)
-
Method Summary
-
Methods inherited from class com.adobe.fontengine.font.FontException
getFont, initFont, toString
-
-
-
-
Constructor Detail
-
InvalidGlyphException
public InvalidGlyphException()
-
InvalidGlyphException
public InvalidGlyphException(Font font)
-
InvalidGlyphException
public InvalidGlyphException(java.lang.String message)
-
InvalidGlyphException
public InvalidGlyphException(java.lang.String message, Font font)
-
InvalidGlyphException
public InvalidGlyphException(java.lang.String message, java.lang.Throwable cause)
-
InvalidGlyphException
public InvalidGlyphException(java.lang.String message, java.lang.Throwable cause, Font font)
-
InvalidGlyphException
public InvalidGlyphException(java.lang.Throwable cause)
-
InvalidGlyphException
public InvalidGlyphException(java.lang.Throwable cause, Font font)
-
-