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
public class InvalidFontException extends FontException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFontException()
InvalidFontException(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, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-