com.aspose.pdf.exceptions

Class FontEmbeddingException

  • All Implemented Interfaces:
    Serializable


    public final class FontEmbeddingException
    extends com.aspose.ms.System.ApplicationException

    The exception that is thrown when an attempt to embed font became failed

    See Also:
    Serialized Form
    • Constructor Detail

      • FontEmbeddingException

        public FontEmbeddingException(String message)

        Initializes a new instance of the FontEmbeddingException class.

        Parameters:
        message - The message.
      • FontEmbeddingException

        public FontEmbeddingException(String message,
                                      com.aspose.ms.System.Exception innerException)

        Initializes a new instance of the FontEmbeddingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

        Parameters:
        message - The error message that explains the reason for the exception.
        innerException - The exception that is the cause of the current exception, or a null reference
      • FontEmbeddingException

        public FontEmbeddingException(com.aspose.ms.System.Exception innerException)

        Initializes a new instance of the FontEmbeddingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

        Parameters:
        innerException - The exception that is the cause of the current exception, or a null reference