com.epam.fix.validation.engine.exceptions.validate
Class ConditionParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.epam.fix.validation.engine.exceptions.CommonValidationException
                  extended by com.epam.fix.validation.engine.exceptions.validate.ConditionParserException
All Implemented Interfaces:
Serializable

public class ConditionParserException
extends CommonValidationException

Author:
Serhiy_Zahriychuk Date: Sep 26, 2008
See Also:
Serialized Form

Constructor Summary
ConditionParserException(FIXError validationError, Throwable cause)
          Construct a ConditionValidateException with the specified detail message and nested exception.
ConditionParserException(String str)
          Construct a ConditionValidateException with the specified detail message and nested exception.
 
Method Summary
 
Methods inherited from class com.epam.fix.validation.engine.exceptions.CommonValidationException
getRootCause, getValidationError
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.