Uses of Class
ca.uhn.fhir.parser.LenientErrorHandler
-
Uses of LenientErrorHandler in ca.uhn.fhir.parser
Modifier and TypeMethodDescriptionLenientErrorHandler.disableAllErrors()
If this method is called, both invalid resource extensions and invalid attribute values will set to simply logging errors.LenientErrorHandler.setErrorOnInvalidExtension
(boolean theErrorOnInvalidExtension) If set tofalse
(default istrue
) invalid extensions will be logged.LenientErrorHandler.setErrorOnInvalidValue
(boolean theErrorOnInvalidValue) If set tofalse
(default istrue
) invalid values will be logged.