Package | Description |
---|---|
com.epam.fix.validation.engine.exceptions |
The classes in this package are common exceptions.
|
com.epam.fix.validation.engine.exceptions.mapping |
The classes in this package are mapping exceptions
|
com.epam.fix.validation.engine.exceptions.validate |
The classes in this package are validate exceptions
|
com.epam.fix.validation.error |
This package contains classes for managing of errors of validation process
|
Modifier and Type | Method and Description |
---|---|
FIXError |
CommonValidationException.getValidationError()
Method getValidationError returns the validationError of this CommonFastValidatorException object.
|
Constructor and Description |
---|
CommonValidationException(FIXError validationError,
Throwable cause)
Construct a
CommonFastValidatorExcaption with the specified detail message
and nested exception. |
Constructor and Description |
---|
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. |
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
Collection<FIXError> |
FIXErrorContainer.getAllFixErrors() |
Modifier and Type | Method and Description |
---|---|
void |
FIXErrorContainer.addNewError(FIXError error) |
int |
FIXError.compareTo(FIXError o) |
Constructor and Description |
---|
FIXErrorContainer(List<FIXError> fixErrors) |
FIXErrorContainer(Set<FIXError> fixErrors)
Deprecated.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.