SWIFT Integration Projects

validateMFVR()

Description

Validate applicable MFVR rules against the OTD instance. Throws MFVRException if the OTD is invalid in regard to applicable MFVR rules. Error message detail can be obtained by calling MFVRException.getErrorMessage().

If the OTD does not have applicable MFVR rules the method call always returns without throwing an MFVRException.

Syntax


public void validateMFVR()

Parameters


None.

Return Values

None.

Throws


com.stc.swift.validation.MFVRException
: The MFVRException is thrown when the OTD
is invalid in regard to applicable MFVR rules.