Class PTEID_ExBatchSignatureFailed

  • All Implemented Interfaces:
    java.io.Serializable

    public class PTEID_ExBatchSignatureFailed
    extends PTEID_Exception
    Exception class PTEID_ExBatchSignatureFailed error codes:

    All error codes related with pdf signatures (except timestamp/LTV errors), e.g.:

    EIDMW_PDF_INVALID_ERROR
    EIDMW_PDF_UNSUPPORTED_ERROR
    EIDMW_PDF_INVALID_PAGE_ERROR

    Throw when batch signature fails.
    Used in : - int PTEID_EIDCard::SignPDF(PTEID_PDFSignature &sig_handler, int page, double coord_x, double coord_y, const char *location, const char *reason, const char *outfile_path)

    Use GetFailedSignatureIndex() to know which of the signatures(from the batch) failed.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      long GetFailedSignatureIndex()  
      • 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

      • PTEID_ExBatchSignatureFailed

        public PTEID_ExBatchSignatureFailed​(int lError,
                                            long failedIndex)
        Constructor
    • Method Detail

      • GetFailedSignatureIndex

        public long GetFailedSignatureIndex()