public class XmlException extends InvalidInputException
Modifier | Constructor and Description |
---|---|
protected |
XmlException(Errors errors) |
protected |
XmlException(java.lang.Throwable cause,
Errors errors) |
Modifier and Type | Method and Description |
---|---|
static XmlException |
fromSaxException(org.xml.sax.SAXException e) |
fromErrors, getErrors
protected XmlException(Errors errors)
protected XmlException(java.lang.Throwable cause, Errors errors)
public static XmlException fromSaxException(org.xml.sax.SAXException e)