Uses of Class
com.github.oowekyala.ooxml.messages.NiceXmlMessageSpec
-
Packages that use NiceXmlMessageSpec Package Description com.github.oowekyala.ooxml.messages 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 NiceXmlMessageSpec Modifier and Type Method Description NiceXmlMessageSpecNiceXmlMessageSpec. withCause(java.lang.Throwable cause)NiceXmlMessageSpecNiceXmlMessageSpec. withKind(java.lang.String kind)NiceXmlMessageSpecNiceXmlMessageSpec. withSeverity(XmlSeverity severity)Methods in com.github.oowekyala.ooxml.messages with parameters of type NiceXmlMessageSpec Modifier and Type Method Description java.lang.StringNiceXmlMessageFormatter. formatSpec(OoxmlFacade ooxml, NiceXmlMessageSpec spec, XmlPositioner positioner)static java.lang.StringMessageUtil. headerOnly(NiceXmlMessageSpec spec, java.lang.String message, boolean singleLine)(package private) java.lang.StringContextLines. make(OoxmlFacade ooxml, NiceXmlMessageSpec spec)Constructors in com.github.oowekyala.ooxml.messages with parameters of type NiceXmlMessageSpec Constructor Description XmlException(NiceXmlMessageSpec spec, @Nullable java.lang.String fullMessage)Create a new exception from the given spec.
-