org.jaxen.saxpath
Class XPathSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jaxen.saxpath.SAXPathException
              extended by 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
           
 
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()
Overrides:
toString in class java.lang.Throwable

getPositionMarker

public java.lang.String getPositionMarker()

getMultilineMessage

public java.lang.String getMultilineMessage()