Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)