public class ConditionParserException extends CommonValidationException
Constructor and Description |
---|
ConditionParserException(FIXError validationError,
Throwable cause)
Construct a
ConditionValidateException with the specified detail message
and nested exception. |
ConditionParserException(String str)
Construct a
ConditionValidateException with the specified detail message
and nested exception. |
getRootCause, getValidationError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConditionParserException(FIXError validationError, Throwable cause)
ConditionValidateException
with the specified detail message
and nested exception.validationError
- instance that contains all problemscause
- the nested exceptionpublic ConditionParserException(String str)
ConditionValidateException
with the specified detail message
and nested exception.str
- description of problemCopyright © 2000–2022 EPAM Systems. All rights reserved.