Class FormattingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
com.adobe.fontengine.inlineformatting.FormattingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuitableFontException
FormattingException.
Thrown by inline formatters when some error occurred
during formatting. For instances of this class, the cause generally
provides a more specific indication of the failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormattingException
(int start, int limit) FormattingException
(String message, int start, int limit) FormattingException
(String message, Throwable cause, int start, int limit) FormattingException
(Throwable cause, int start, int limit) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FormattingException
public FormattingException(int start, int limit) -
FormattingException
-
FormattingException
-
FormattingException
-
-
Method Details