org.saxpath
Class XPathSyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.saxpath.SAXPathException
                    |
                    +--org.saxpath.XPathSyntaxException
All Implemented Interfaces:
Serializable

public class XPathSyntaxException
extends SAXPathException

See Also:
Serialized Form

Constructor Summary
XPathSyntaxException(String xpath, int position, String message)
           
 
Method Summary
 String getMultilineMessage()
           
 int getPosition()
           
 String getPositionMarker()
           
 String getXPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathSyntaxException

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

getPosition

public int getPosition()

getXPath

public String getXPath()

toString

public String toString()
Overrides:
toString in class Throwable

getPositionMarker

public String getPositionMarker()

getMultilineMessage

public String getMultilineMessage()


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

SourceForge Logo