com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ElementProcessingException

    • Constructor Detail

      • ElementProcessingException

        public ElementProcessingException(int elementIndex,
                                  Throwable innerException)

        Initializes a new instance of the ElementProcessingException class with a specified element index.

        Parameters:
        elementIndex - The index of the processed element.
        innerException - The exception that is the cause of the current exception.
    • Method Detail

      • getElementIndex

        public final int getElementIndex()

        The index of the processed element.