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 Details

    • 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:
    • errorListIterator

      Get an error list iterator.
      Returns:
      iterator instance.