org.saxpath
Class XPathSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.saxpath.SAXPathException
              extended by org.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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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()
Overrides:
toString in class java.lang.Throwable

getPositionMarker

public java.lang.String getPositionMarker()

getMultilineMessage

public java.lang.String getMultilineMessage()


Copyright ? 2001 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo