Uses of Class
com.github.oowekyala.ooxml.messages.XmlException
-
Packages that use XmlException Package Description com.github.oowekyala.ooxml.messages 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 XmlException Modifier and Type Field Description private java.util.EnumMap<XmlSeverity,java.util.Map<java.lang.String,java.util.List<XmlException>>>AccumulatingMessageHandler. entriesMethods in com.github.oowekyala.ooxml.messages that return XmlException Modifier and Type Method Description (package private) static XmlExceptionMessageUtil. createEntryBestEffort(OoxmlFacade ooxml, XmlPositioner positioner, XmlSeverity severity, java.lang.Throwable exception)Creates an entry for the given exception.private XmlExceptionOoxmlFacade.MyErrorHandler. parseException(org.xml.sax.SAXParseException exception, XmlSeverity severity)Methods in com.github.oowekyala.ooxml.messages with parameters of type XmlException Modifier and Type Method Description voidAccumulatingMessageHandler. 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 XmlException Modifier and Type Method Description protected voidAccumulatingMessageHandler. dontPrint(XmlSeverity severity, java.util.Map<java.lang.String,java.util.List<XmlException>> entriesByMessage)Handle ignored messages.protected voidAccumulatingMessageHandler. printFully(XmlSeverity severity, java.lang.String message, java.util.List<XmlException> entry)Print "fully", the default prints all entries.protected voidAccumulatingMessageHandler. printSummary(XmlSeverity severity, java.lang.String message, java.util.List<XmlException> entry)Print a summary line, not every one of the entries.Methods in com.github.oowekyala.ooxml.messages that throw XmlException Modifier and Type Method Description PositionedXmlDocOoxmlFacade. parse(javax.xml.parsers.DocumentBuilder domBuilder, org.xml.sax.InputSource inputSource)Parses an XML document and creates an associatedXmlPositioner.private PositionedXmlDocOoxmlFacade. parseImpl(javax.xml.parsers.DocumentBuilder builder, SpyInputSource isource)
-