Package org.jpos.iso

Interface ISOVErrorList

  • All Known Implementing Classes:
    ISOVField, ISOVMsg

    public interface ISOVErrorList
    List of errors. It is formed during validation process.

    Title: jPOS

    Description: Java Framework for Financial Systems

    Copyright: Copyright (c) 2000 jPOS.org. All rights reserved.

    Company: www.jPOS.org

    • Method Detail

      • addISOVError

        boolean addISOVError​(ISOVError Error)
        Add an ISOVError to the list.
        Parameters:
        Error - error detailed instance.
        Returns:
        true if error list change after operation. See Collection.
        See Also:
        ISOVError
      • errorListIterator

        java.util.ListIterator errorListIterator()
        Get an error list iterator.
        Returns:
        iterator instance.