Class CommonValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.epam.fix.validation.engine.exceptions.CommonValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BlockDefinitionsException
,ConditionParserException
,MessageDefinitionsException
,ValidationException
- Author:
- Serhiy_Zahriychuk Date: Sep 9, 2008
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommonValidationException
(FIXError validationError, Throwable cause) Construct aCommonFastValidatorExcaption
with the specified detail message and nested exception. -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the innermost cause of this exception, if any.Method getValidationError returns the validationError of this CommonFastValidatorException object.toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CommonValidationException
Construct aCommonFastValidatorExcaption
with the specified detail message and nested exception.- Parameters:
validationError
- instance that contains all problemscause
- the nested exception
-
-
Method Details
-
getRootCause
Retrieve the innermost cause of this exception, if any.- Returns:
- the innermost exception, or
null
if none
-
getValidationError
Method getValidationError returns the validationError of this CommonFastValidatorException object.- Returns:
- the FIXError.
-
toString
-