Uses of Class
com.github.oowekyala.ooxml.messages.XmlException
Packages that use XmlException
Package
Description
Simple API to produce nice error messages when reading an XML file.
-
Uses of XmlException in com.github.oowekyala.ooxml.messages
Fields in com.github.oowekyala.ooxml.messages with type parameters of type XmlExceptionModifier and TypeFieldDescriptionprivate final EnumMap<XmlSeverity, Map<String, List<XmlException>>> AccumulatingMessageHandler.entriesMethods in com.github.oowekyala.ooxml.messages that return XmlExceptionModifier and TypeMethodDescription(package private) static XmlExceptionMessageUtil.createEntryBestEffort(OoxmlFacade ooxml, XmlPositioner positioner, XmlSeverity severity, Throwable exception) Creates an entry for the given exception.private XmlExceptionOoxmlFacade.MyErrorHandler.parseException(SAXParseException exception, XmlSeverity severity) Methods in com.github.oowekyala.ooxml.messages with parameters of type XmlExceptionModifier and TypeMethodDescriptionvoidAccumulatingMessageHandler.accept(XmlException ex) voidPrintStreamMessageHandler.accept(XmlException entry) voidXmlMessageHandler.accept(XmlException entry) Handle an XML message.protected voidXmlMessageReporterBase.handleEx(XmlException e) Handle an XML exception.Method parameters in com.github.oowekyala.ooxml.messages with type arguments of type XmlExceptionModifier and TypeMethodDescriptionprotected voidAccumulatingMessageHandler.dontPrint(XmlSeverity severity, Map<String, List<XmlException>> entriesByMessage) Handle ignored messages.protected voidAccumulatingMessageHandler.printFully(XmlSeverity severity, String message, List<XmlException> entry) Print "fully", the default prints all entries.protected voidAccumulatingMessageHandler.printSummary(XmlSeverity severity, String message, List<XmlException> entry) Print a summary line, not every one of the entries.Methods in com.github.oowekyala.ooxml.messages that throw XmlExceptionModifier and TypeMethodDescriptionOoxmlFacade.parse(DocumentBuilder domBuilder, InputSource inputSource) Parses an XML document and creates an associatedXmlPositioner.private PositionedXmlDocOoxmlFacade.parseImpl(DocumentBuilder builder, SpyInputSource isource)