Package com.adobe.fontengine.font
Class InvalidFontException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
com.adobe.fontengine.font.FontException
com.adobe.fontengine.font.InvalidFontException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidGlyphException
Generally thrown when a font is incorrect in a way that cannot be worked around.
Synchronization
This class has the same threadsafety guarantees as java.lang.Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFontException(Font font) InvalidFontException(String message) InvalidFontException(String message, Font font) InvalidFontException(String message, Throwable cause) InvalidFontException(String message, Throwable cause, Font font) InvalidFontException(Throwable cause) InvalidFontException(Throwable cause, Font font) -
Method Summary
Methods inherited from class com.adobe.fontengine.font.FontException
getFont, initFont, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidFontException
public InvalidFontException() -
InvalidFontException
-
InvalidFontException
-
InvalidFontException
-
InvalidFontException
-
InvalidFontException
-
InvalidFontException
-
InvalidFontException
-