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

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.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends CommonValidationException

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

Constructor Summary
ValidationException(FIXError error, Throwable cause)
          Create a new ValidateException with the specified detail message and the given root cause.
 
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

ValidationException

public ValidationException(FIXError error,
                           Throwable cause)
Create a new ValidateException with the specified detail message and the given root cause.

Parameters:
error - the detail message
cause - the root cause


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