Package com.adobe.fontengine.font
Class FontException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
com.adobe.fontengine.font.FontException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FontLoadingException,InvalidFontException,UnsupportedFontException
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
ConstructorsConstructorDescriptionFontException(Font font) FontException(String message) FontException(String message, Font font) FontException(String message, Throwable cause) FontException(String message, Throwable cause, Font font) FontException(Throwable cause) FontException(Throwable cause, Font font) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FontException
public FontException() -
FontException
-
FontException
-
FontException
-
FontException
-
FontException
-
FontException
-
FontException
-
-
Method Details