Class FontEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.fontengine.FontEngineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FontException, FormattingException

public class FontEngineException extends Exception
Base class for AFE exceptions.

Synchronization

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

See Also:
  • Constructor Details

    • FontEngineException

      public FontEngineException()
    • FontEngineException

      public FontEngineException(String message)
    • FontEngineException

      public FontEngineException(String message, Throwable cause)
    • FontEngineException

      public FontEngineException(Throwable cause)