Uses of Class
com.epam.fix.validation.error.FIXError
Packages that use FIXError
Package
Description
The classes in this package are common exceptions.
The classes in this package are mapping exceptions
The classes in this package are validate exceptions
This package contains classes for managing of errors of validation process
-
Uses of FIXError in com.epam.fix.validation.engine.exceptions
Methods in com.epam.fix.validation.engine.exceptions that return FIXErrorModifier and TypeMethodDescriptionCommonValidationException.getValidationError()
Method getValidationError returns the validationError of this CommonFastValidatorException object.Constructors in com.epam.fix.validation.engine.exceptions with parameters of type FIXErrorModifierConstructorDescriptionCommonValidationException
(FIXError validationError, Throwable cause) Construct aCommonFastValidatorExcaption
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 FIXErrorModifierConstructorDescriptionBlockDefinitionsException
(FIXError validationError, Throwable cause) Construct aBlockDefinitionsException
with the specified detail message and nested exception.MessageDefinitionsException
(FIXError validationError, Throwable cause) Construct aCommonFastValidatorException
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 FIXErrorModifierConstructorDescriptionConditionParserException
(FIXError validationError, Throwable cause) Construct aConditionValidateException
with the specified detail message and nested exception.ValidationException
(FIXError error, Throwable cause) Create a newValidateException
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 FIXErrorModifier and TypeMethodDescriptionFIXErrorBuilder.buildError
(FIXErrorCode errorCode, int seqNum, String messageType, FIXField field) Deprecated.FIXErrorBuilder.buildError
(FIXErrorCode errorCode, int seqNum, String messageType, FIXField field, String text) Deprecated.FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, long sequenceNumber, String messageType, Integer tag) FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, long sequenceNumber, String messageType, Integer tag, String text) FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, FIXField fixField, long sequenceNumber, String messageType, Integer tag) Deprecated.FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, FIXField fixField, String text) Deprecated.FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, FIXField fixField, String text, long sequenceNumber, String messageType, Integer tag) Deprecated.FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, TagValue tagValue, long sequenceNumber, String messageType, Integer tag) FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, TagValue value, String text) FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, TagValue tagValue, String text, long sequenceNumber, String messageType, Integer tag) FIXErrorBuilder.buildError
(FIXErrorCode fixErrorCode, String text) FIXError.clone()
FIXErrorContainer.getIsPriorityFixError()
Methods in com.epam.fix.validation.error that return types with arguments of type FIXErrorMethods in com.epam.fix.validation.error with parameters of type FIXErrorConstructor parameters in com.epam.fix.validation.error with type arguments of type FIXErrorModifierConstructorDescriptionFIXErrorContainer
(List<FIXError> fixErrors) FIXErrorContainer
(Set<FIXError> fixErrors) Deprecated.