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 TypeMethodDescriptionvoid
addAllErrors
(FIXErrorContainer fixErrorContainer) void
addNewError
(FIXError error) void
clear()
boolean
isEmpty()
-
Constructor Details
-
FIXErrorContainer
public FIXErrorContainer() -
FIXErrorContainer
Deprecated. -
FIXErrorContainer
-
-
Method Details
-
addNewError
-
getAllFixErrors
-
getIsPriorityFixError
-
addAllErrors
-
isEmpty
public boolean isEmpty() -
clear
public void clear()
-