public class CommonValidationException extends RuntimeException
Constructor and Description |
---|
CommonValidationException(FIXError validationError,
Throwable cause)
Construct a
CommonFastValidatorExcaption with the specified detail message
and nested exception. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Retrieve the innermost cause of this exception, if any.
|
FIXError |
getValidationError()
Method getValidationError returns the validationError of this CommonFastValidatorException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Throwable getRootCause()
null
if nonepublic FIXError getValidationError()
Copyright © 2000–2022 EPAM Systems. All rights reserved.