public class XmlStreamParsingException extends javax.xml.stream.XMLStreamException
Constructor and Description |
---|
XmlStreamParsingException(java.lang.String msg,
javax.xml.stream.Location location)
Constructs a new
XmlStreamParsingException . |
XmlStreamParsingException(java.lang.String msg,
javax.xml.stream.Location location,
java.lang.Throwable th)
Constructs a new
XmlStreamParsingException . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
public XmlStreamParsingException(java.lang.String msg, javax.xml.stream.Location location)
XmlStreamParsingException
.msg
- error messagelocation
- file locationpublic XmlStreamParsingException(java.lang.String msg, javax.xml.stream.Location location, java.lang.Throwable th)
XmlStreamParsingException
.msg
- error messagelocation
- file locationth
- Throwable causepublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable