Class NoSuitableFontException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
com.adobe.fontengine.inlineformatting.FormattingException
com.adobe.fontengine.inlineformatting.NoSuitableFontException
- All Implemented Interfaces:
Serializable
NoSuitableFontException.
Thrown by inline formatters when no suitable font is found
to format a (portion) of a run. The definition of
a suitable font depends on the formatter.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuitableFontException(int start, int limit) NoSuitableFontException(String message, int start, int limit) NoSuitableFontException(String message, Throwable cause, int start, int limit) NoSuitableFontException(Throwable cause, int start, int limit) -
Method Summary
Methods inherited from class com.adobe.fontengine.inlineformatting.FormattingException
getLimit, getStart, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoSuitableFontException
public NoSuitableFontException(int start, int limit) -
NoSuitableFontException
-
NoSuitableFontException
-
NoSuitableFontException
-