Interface ISOVErrorList
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 Summary
Modifier and TypeMethodDescriptionbooleanaddISOVError(ISOVError Error) Add an ISOVError to the list.Get an error list iterator.
-
Method Details
-
addISOVError
Add an ISOVError to the list.- Parameters:
Error- error detailed instance.- Returns:
- true if error list change after operation. See Collection.
- See Also:
-
errorListIterator
-