jPOS 1.6.1 API Documentation

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

Version:
1.0
Author:
Jose Eduardo Leon

Method Summary
 boolean addISOVError(ISOVError Error)
          Add an ISOVError to the list.
 java.util.ListIterator errorListIterator()
          Get an error list iterator.
 

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.

jPOS.org