Class ConditionParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.epam.fix.validation.engine.exceptions.CommonValidationException
com.epam.fix.validation.engine.exceptions.validate.ConditionParserException
- All Implemented Interfaces:
Serializable
- Author:
- Serhiy_Zahriychuk Date: Sep 26, 2008
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConditionParserException
(FIXError validationError, Throwable cause) Construct aConditionValidateException
with the specified detail message and nested exception.Construct aConditionValidateException
with the specified detail message and nested exception. -
Method Summary
Methods inherited from class com.epam.fix.validation.engine.exceptions.CommonValidationException
getRootCause, getValidationError, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConditionParserException
Construct aConditionValidateException
with the specified detail message and nested exception.- Parameters:
validationError
- instance that contains all problemscause
- the nested exception
-
ConditionParserException
Construct aConditionValidateException
with the specified detail message and nested exception.- Parameters:
str
- description of problem
-