Uses of Interface
ca.uhn.fhir.parser.IParserErrorHandler
-
Uses of IParserErrorHandler in ca.uhn.fhir.context
Modifier and TypeMethodDescriptionFhirContext.setParserErrorHandler
(IParserErrorHandler theParserErrorHandler) Sets a parser error handler to use by default on all parsers -
Uses of IParserErrorHandler in ca.uhn.fhir.parser
Modifier and TypeClassDescriptionclass
Adapter implementation with NOP implementations of allIParserErrorHandler
methods.class
The default error handler, which logs issues but does not abort parsing, with only two exceptions:class
Parser error handler which throws aDataFormatException
any time an issue is found while parsing.Modifier and TypeMethodDescriptionBaseParser.setParserErrorHandler
(IParserErrorHandler theErrorHandler) IParser.setParserErrorHandler
(IParserErrorHandler theErrorHandler) Registers an error handler which will be invoked when any parse errors are foundModifierConstructorDescriptionBaseParser
(FhirContext theContext, IParserErrorHandler theParserErrorHandler) ConstructorJsonParser
(FhirContext theContext, IParserErrorHandler theParserErrorHandler) Do not use this constructor, the recommended way to obtain a new instance of the JSON parser is to invokeFhirContext.newJsonParser()
.NDJsonParser
(FhirContext theContext, IParserErrorHandler theParserErrorHandler) Do not use this constructor, the recommended way to obtain a new instance of the NDJSON parser is to invokeFhirContext.newNDJsonParser()
.RDFParser
(FhirContext context, IParserErrorHandler parserErrorHandler, org.apache.jena.riot.Lang lang) Do not use this constructor, the recommended way to obtain a new instance of the RDF parser is to invokeFhirContext.newRDFParser()
.XmlParser
(FhirContext theContext, IParserErrorHandler theParserErrorHandler) Do not use this constructor, the recommended way to obtain a new instance of the XML parser is to invokeFhirContext.newXmlParser()
.