Package com.adobe.fontengine.font
Class FontLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
com.adobe.fontengine.font.FontException
com.adobe.fontengine.font.FontLoadingException
- All Implemented Interfaces:
Serializable
Generally thrown when the data representing the font is unable to be loaded or reloaded.
Synchronization
This class has the same thread safety guarantees as java.lang.Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFontLoadingException(Font font) FontLoadingException(String message) FontLoadingException(String message, Font font) FontLoadingException(String message, Throwable cause) FontLoadingException(String message, Throwable cause, Font font) FontLoadingException(Throwable cause) FontLoadingException(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
-
FontLoadingException
public FontLoadingException() -
FontLoadingException
-
FontLoadingException
-
FontLoadingException
-
FontLoadingException
-
FontLoadingException
-
FontLoadingException
-
FontLoadingException
-