Class PDFFontException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      PDFFontException​(java.lang.String message)
      Create a new PDFFontException.
      PDFFontException​(java.lang.String message, java.lang.Throwable cause)
      Create a new PDFFontException wrapping an existing exception.
      PDFFontException​(java.lang.Throwable cause)
      Create a new PDFFontException wrapping an existing exception.
    • 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

      • PDFFontException

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

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

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