Class ReportingValidationExceptionHandler

java.lang.Object
ca.uhn.hl7v2.validation.ReportingValidationExceptionHandler
All Implemented Interfaces:
ValidationExceptionHandler<Boolean>, ValidationExceptionHandlerFactory<Boolean>

ValidationExceptionHandler that logs all ValidationExceptions and optionally throws the first one wrapped in a HL7Exception.

The mimics the behavior of the MessageValidator of previous releases.

Author:
Christian Ohr