Class FontEngineException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FontException, FormattingException

    public class FontEngineException
    extends java.lang.Exception
    Base class for AFE exceptions.

    Synchronization

    This class has the same threadsafety guarantees as its parent, java.lang.Exception.

    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, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FontEngineException

        public FontEngineException()
      • FontEngineException

        public FontEngineException​(java.lang.String message)
      • FontEngineException

        public FontEngineException​(java.lang.String message,
                                   java.lang.Throwable cause)
      • FontEngineException

        public FontEngineException​(java.lang.Throwable cause)