Package com.adobe.fontengine.font
Class UnsupportedFontException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
com.adobe.fontengine.font.FontException
com.adobe.fontengine.font.UnsupportedFontException
- All Implemented Interfaces:
Serializable
Generally thrown when the major version number of a table is not
supported or when the font contains unsupported operators that make
it unusable.
Synchronization
This class has the same threadsafety guarantees java.lang.Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedFontException(Font font) UnsupportedFontException(String message) UnsupportedFontException(String message, Font font) UnsupportedFontException(String message, Throwable cause) UnsupportedFontException(String message, Throwable cause, Font font) UnsupportedFontException(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
-
UnsupportedFontException
public UnsupportedFontException() -
UnsupportedFontException
-
UnsupportedFontException
-
UnsupportedFontException
-
UnsupportedFontException
-
UnsupportedFontException
-
UnsupportedFontException
-
UnsupportedFontException
-