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
public abstract class FontException extends FontEngineException
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 FontException()FontException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FontgetFont()voidinitFont(Font font)StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-