Class ConditionParserException

All Implemented Interfaces:
Serializable

public class ConditionParserException extends CommonValidationException
Author:
Serhiy_Zahriychuk Date: Sep 26, 2008
See Also:
  • Constructor Details

    • ConditionParserException

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

      public ConditionParserException(String str)
      Construct a ConditionValidateException with the specified detail message and nested exception.
      Parameters:
      str - description of problem