Class PDFFontException

  • All Implemented Interfaces:
    Serializable

    public class PDFFontException
    extends PDFException
    This exception indicates an error in the AFE font set or in one of the individual fonts in that font set has occurred. A client should consider rebuilding this font set before continuing further operations with the Adobe PDF Java Toolkit.
    See Also:
    Serialized Form
    • Constructor Detail

      • PDFFontException

        public PDFFontException​(String message)
        Create a new PDFFontException.
        Parameters:
        message - the detail message.
      • PDFFontException

        public PDFFontException​(String message,
                                Throwable cause)
        Create a new PDFFontException wrapping an existing exception.
        Parameters:
        message - the detail message.
        cause - the cause.
      • PDFFontException

        public PDFFontException​(Throwable cause)
        Create a new PDFFontException wrapping an existing exception.
        Parameters:
        cause - the cause.