Package com.epam.fix.validation.error
Class FIXErrorContainer
java.lang.Object
com.epam.fix.validation.error.FIXErrorContainer
- Author:
- Serhiy_Zahriychuk
-
Constructor Summary
ConstructorsConstructorDescriptionFIXErrorContainer(List<FIXError> fixErrors) FIXErrorContainer(Set<FIXError> fixErrors) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllErrors(FIXErrorContainer fixErrorContainer) voidaddNewError(FIXError error) voidclear()booleanisEmpty()
-
Constructor Details
-
FIXErrorContainer
public FIXErrorContainer() -
FIXErrorContainer
Deprecated. -
FIXErrorContainer
-
-
Method Details
-
addNewError
-
getAllFixErrors
-
getIsPriorityFixError
-
addAllErrors
-
isEmpty
public boolean isEmpty() -
clear
public void clear()
-