org.jaxen.saxpath
Class XPathSyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaxen.saxpath.SAXPathException
              extended byorg.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 org.jaxen.saxpath.SAXPathException
 
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)
           
 
Method Summary
 java.lang.String getMultilineMessage()
           
 int getPosition()
           
 java.lang.String getPositionMarker()
           
 java.lang.String getXPath()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jaxen.saxpath.SAXPathException
getCause, printStackTrace, printStackTrace, printStackTrace
 
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
 

Field Detail

xpath

private java.lang.String xpath

position

private int position
Constructor Detail

XPathSyntaxException

public XPathSyntaxException(java.lang.String xpath,
                            int position,
                            java.lang.String message)
Method Detail

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()