Uses of Enum Class
com.github.oowekyala.ooxml.messages.XmlSeverity
Packages that use XmlSeverity
Package
Description
Simple API to produce nice error messages when reading an XML file.
-
Uses of XmlSeverity in com.github.oowekyala.ooxml.messages
Fields in com.github.oowekyala.ooxml.messages declared as XmlSeverityModifier and TypeFieldDescriptionprotected final XmlSeverityAccumulatingMessageHandler.minSeverityprivate XmlSeverityNiceXmlMessageSpec.severityprivate final XmlSeverityXmlException.severityFields in com.github.oowekyala.ooxml.messages with type parameters of type XmlSeverityModifier and TypeFieldDescriptionprivate final EnumMap<XmlSeverity, Map<String, List<XmlException>>> AccumulatingMessageHandler.entriesMethods in com.github.oowekyala.ooxml.messages that return XmlSeverityModifier and TypeMethodDescriptionNiceXmlMessageSpec.getSeverity()XmlException.getSeverity()Returns the severity of the message.static XmlSeverityReturns the enum constant of this class with the specified name.static XmlSeverity[]XmlSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.oowekyala.ooxml.messages with parameters of type XmlSeverityModifier and TypeMethodDescriptionvoidAccumulatingMessageHandler.close(XmlSeverity minSeverityToPrintSummary, XmlSeverity minSeverityToPrintFully) Close the reporter and print the accumulated exceptions.(package private) static XmlExceptionMessageUtil.createEntryBestEffort(OoxmlFacade ooxml, XmlPositioner positioner, XmlSeverity severity, Throwable exception) Creates an entry for the given exception.protected voidAccumulatingMessageHandler.dontPrint(XmlSeverity severity, Map<String, List<XmlException>> entriesByMessage) Handle ignored messages.private XmlExceptionOoxmlFacade.MyErrorHandler.parseException(SAXParseException exception, XmlSeverity severity) 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.protected abstract voidAccumulatingMessageHandler.printSummaryLine(String kind, XmlSeverity severity, String message) NiceXmlMessageSpec.withSeverity(XmlSeverity severity) Constructors in com.github.oowekyala.ooxml.messages with parameters of type XmlSeverityModifierConstructorDescriptionAccumulatingMessageHandler(XmlMessageHandler basePrinter, XmlSeverity minSeverity)