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

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
 

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


Copyright © 2001-2005 Codehaus. All Rights Reserved.