Class StrictErrorHandler

java.lang.Object
ca.uhn.fhir.parser.StrictErrorHandler
All Implemented Interfaces:
IParserErrorHandler

public class StrictErrorHandler extends Object implements IParserErrorHandler
Parser error handler which throws a DataFormatException any time an issue is found while parsing.
See Also: