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:
  • Constructor Details

    • CommonValidationException

      public CommonValidationException(FIXError validationError, Throwable cause)
      Construct a CommonFastValidatorExcaption with the specified detail message and nested exception.
      Parameters:
      validationError - instance that contains all problems
      cause - the nested exception
  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Throwable