public interface InputProblemReporter
Modifier and Type | Method and Description |
---|---|
Location |
getLocation() |
void |
reportProblem(Location loc,
String probType,
String format,
Object arg,
Object arg2) |
void |
reportValidationProblem(String msg) |
void |
reportValidationProblem(String msg,
Object arg,
Object arg2) |
void |
reportValidationProblem(org.codehaus.stax2.validation.XMLValidationProblem prob) |
void |
throwParseError(String msg) |
void |
throwParseError(String msg,
Object arg,
Object arg2) |
void throwParseError(String msg) throws XMLStreamException
XMLStreamException
void throwParseError(String msg, Object arg, Object arg2) throws XMLStreamException
XMLStreamException
void reportValidationProblem(org.codehaus.stax2.validation.XMLValidationProblem prob) throws XMLStreamException
XMLStreamException
void reportValidationProblem(String msg) throws XMLStreamException
XMLStreamException
void reportValidationProblem(String msg, Object arg, Object arg2) throws XMLStreamException
XMLStreamException
void reportProblem(Location loc, String probType, String format, Object arg, Object arg2) throws XMLStreamException
XMLStreamException
Location getLocation()
Copyright © 2018 FasterXML. All rights reserved.