com.epam.fix.validation.engine.exceptions
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
public class CommonValidationException
- extends RuntimeException
- Author:
- Serhiy_Zahriychuk
Date: Sep 9, 2008
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommonValidationException
public CommonValidationException(FIXError validationError,
Throwable cause)
- Construct a
CommonFastValidatorExcaption
with the specified detail message
and nested exception.
- Parameters:
validationError
- instance that contains all problemscause
- the nested exception
getRootCause
public Throwable getRootCause()
- Retrieve the innermost cause of this exception, if any.
- Returns:
- the innermost exception, or
null
if none
getValidationError
public FIXError getValidationError()
- Method getValidationError returns the validationError of this CommonFastValidatorException object.
- Returns:
- the FIXError.
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.