Uses of Class
com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
Packages that use NiceXmlMessageSpec
Package
Description
Simple API to produce nice error messages when reading an XML file.
-
Uses of NiceXmlMessageSpec in com.github.oowekyala.ooxml.messages
Methods in com.github.oowekyala.ooxml.messages that return NiceXmlMessageSpecMethods in com.github.oowekyala.ooxml.messages with parameters of type NiceXmlMessageSpecModifier and TypeMethodDescriptionNiceXmlMessageFormatter.formatSpec(OoxmlFacade ooxml, NiceXmlMessageSpec spec, XmlPositioner positioner) static StringMessageUtil.headerOnly(NiceXmlMessageSpec spec, String message, boolean singleLine) (package private) StringContextLines.make(OoxmlFacade ooxml, NiceXmlMessageSpec spec) Constructors in com.github.oowekyala.ooxml.messages with parameters of type NiceXmlMessageSpecModifierConstructorDescriptionXmlException(NiceXmlMessageSpec spec, @Nullable String fullMessage) Create a new exception from the given spec.