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:
java.io.Serializable
public class UnsupportedFontException extends FontException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFontException()
UnsupportedFontException(Font font)
UnsupportedFontException(java.lang.String message)
UnsupportedFontException(java.lang.String message, Font font)
UnsupportedFontException(java.lang.String message, java.lang.Throwable cause)
UnsupportedFontException(java.lang.String message, java.lang.Throwable cause, Font font)
UnsupportedFontException(java.lang.Throwable cause)
UnsupportedFontException(java.lang.Throwable cause, Font font)
-
Method Summary
-
Methods inherited from class com.adobe.fontengine.font.FontException
getFont, initFont, toString
-
-
-
-
Constructor Detail
-
UnsupportedFontException
public UnsupportedFontException()
-
UnsupportedFontException
public UnsupportedFontException(Font font)
-
UnsupportedFontException
public UnsupportedFontException(java.lang.String message)
-
UnsupportedFontException
public UnsupportedFontException(java.lang.String message, Font font)
-
UnsupportedFontException
public UnsupportedFontException(java.lang.String message, java.lang.Throwable cause)
-
UnsupportedFontException
public UnsupportedFontException(java.lang.String message, java.lang.Throwable cause, Font font)
-
UnsupportedFontException
public UnsupportedFontException(java.lang.Throwable cause)
-
UnsupportedFontException
public UnsupportedFontException(java.lang.Throwable cause, Font font)
-
-