Class BlockDefinitionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.epam.fix.validation.engine.exceptions.CommonValidationException
com.epam.fix.validation.engine.exceptions.mapping.BlockDefinitionsException
- All Implemented Interfaces:
Serializable
- Author:
- Serhiy_Zahriychuk Date: Sep 23, 2008
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBlockDefinitionsException
(FIXError validationError, Throwable cause) Construct aBlockDefinitionsException
with the specified detail message and nested exception. -
Method Summary
Methods inherited from class com.epam.fix.validation.engine.exceptions.CommonValidationException
getRootCause, getValidationError, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BlockDefinitionsException
Construct aBlockDefinitionsException
with the specified detail message and nested exception.- Parameters:
validationError
- instance that contains all problemscause
- the nested exception
-