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
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(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, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
NoSuitableFontException
public NoSuitableFontException(int start, int limit)
-
NoSuitableFontException
public NoSuitableFontException(String message, int start, int limit)
-
NoSuitableFontException
public NoSuitableFontException(String message, Throwable cause, int start, int limit)
-
NoSuitableFontException
public NoSuitableFontException(Throwable cause, int start, int limit)
-
-