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:
java.io.Serializable
public class NoSuitableFontException extends FormattingException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuitableFontException(int start, int limit)
NoSuitableFontException(java.lang.String message, int start, int limit)
NoSuitableFontException(java.lang.String message, java.lang.Throwable cause, int start, int limit)
NoSuitableFontException(java.lang.Throwable cause, int start, int limit)
-
Method Summary
-
Methods inherited from class com.adobe.fontengine.inlineformatting.FormattingException
getLimit, getStart, toString
-
-
-
-
Constructor Detail
-
NoSuitableFontException
public NoSuitableFontException(int start, int limit)
-
NoSuitableFontException
public NoSuitableFontException(java.lang.String message, int start, int limit)
-
NoSuitableFontException
public NoSuitableFontException(java.lang.String message, java.lang.Throwable cause, int start, int limit)
-
NoSuitableFontException
public NoSuitableFontException(java.lang.Throwable cause, int start, int limit)
-
-