org.jaxen.saxpath
Class XPathSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaxen.saxpath.SAXPathException
org.jaxen.saxpath.XPathSyntaxException
- All Implemented Interfaces:
- java.io.Serializable
- public class XPathSyntaxException
- extends SAXPathException
- See Also:
- Serialized Form
Field Summary |
private int |
position
|
private java.lang.String |
xpath
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
XPathSyntaxException(java.lang.String xpath,
int position,
java.lang.String message)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
xpath
private java.lang.String xpath
position
private int position
XPathSyntaxException
public XPathSyntaxException(java.lang.String xpath,
int position,
java.lang.String message)
getPosition
public int getPosition()
getXPath
public java.lang.String getXPath()
toString
public java.lang.String toString()
getPositionMarker
public java.lang.String getPositionMarker()
getMultilineMessage
public java.lang.String getMultilineMessage()