|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FIXError | |
---|---|
com.epam.fix.validation.engine.exceptions | |
com.epam.fix.validation.engine.exceptions.mapping | |
com.epam.fix.validation.engine.exceptions.validate | |
com.epam.fix.validation.error |
Uses of FIXError in com.epam.fix.validation.engine.exceptions |
---|
Methods in com.epam.fix.validation.engine.exceptions that return FIXError | |
---|---|
FIXError |
CommonValidationException.getValidationError()
Method getValidationError returns the validationError of this CommonFastValidatorException object. |
Constructors in com.epam.fix.validation.engine.exceptions with parameters of type FIXError | |
---|---|
CommonValidationException(FIXError validationError,
Throwable cause)
Construct a CommonFastValidatorExcaption with the specified detail message
and nested exception. |
Uses of FIXError in com.epam.fix.validation.engine.exceptions.mapping |
---|
Constructors in com.epam.fix.validation.engine.exceptions.mapping with parameters of type FIXError | |
---|---|
BlockDefinitionsException(FIXError validationError,
Throwable cause)
Construct a BlockDefinitionsException with the specified detail message
and nested exception. |
|
MessageDefinitionsException(FIXError validationError,
Throwable cause)
Construct a CommonFastValidatorException with the specified detail message
and nested exception. |
Uses of FIXError in com.epam.fix.validation.engine.exceptions.validate |
---|
Constructors in com.epam.fix.validation.engine.exceptions.validate with parameters of type FIXError | |
---|---|
ConditionParserException(FIXError validationError,
Throwable cause)
Construct a ConditionValidateException with the specified detail message
and nested exception. |
|
ValidationException(FIXError error,
Throwable cause)
Create a new ValidateException
with the specified detail message and the given root cause. |
Uses of FIXError in com.epam.fix.validation.error |
---|
Methods in com.epam.fix.validation.error that return FIXError | |
---|---|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
long sequenceNumber,
String messageType,
Integer tag)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
String text)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
String text,
long sequenceNumber,
String messageType,
Integer tag)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode errorCode,
int seqNum,
String messageType,
FIXField field)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode errorCode,
int seqNum,
String messageType,
FIXField field,
String text)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
long sequenceNumber,
String messageType,
Integer tag)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
long sequenceNumber,
String messageType,
Integer tag,
String text)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
String text)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
TagValue tagValue,
long sequenceNumber,
String messageType,
Integer tag)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
TagValue value,
String text)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
TagValue tagValue,
String text,
long sequenceNumber,
String messageType,
Integer tag)
|
FIXError |
FIXError.clone()
|
FIXError |
FIXErrorContainer.getIsPriorityFixError()
|
Methods in com.epam.fix.validation.error that return types with arguments of type FIXError | |
---|---|
Collection<FIXError> |
FIXErrorContainer.getAllFixErrors()
|
Methods in com.epam.fix.validation.error with parameters of type FIXError | |
---|---|
void |
FIXErrorContainer.addNewError(FIXError error)
|
int |
FIXError.compareTo(FIXError o)
|
Constructor parameters in com.epam.fix.validation.error with type arguments of type FIXError | |
---|---|
FIXErrorContainer(List<FIXError> fixErrors)
|
|
FIXErrorContainer(Set<FIXError> fixErrors)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |