public class XPathSyntaxException extends SAXPathException
コンストラクタと説明 |
---|
XPathSyntaxException(String xpath,
int position,
String message)
Creates a new XPathSyntaxException.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getMultilineMessage()
Returns a long formatted description of the error,
including line breaks.
|
int |
getPosition()
Returns the index of the character at which the syntax error was detected
in the XPath expression.
|
String |
getXPath()
Returns the syntactically incorrect XPath expression.
|
String |
toString() |
getCause, initCause, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace
public int getPosition()
Returns the index of the character at which the syntax error was detected in the XPath expression.
public String getXPath()
Returns the syntactically incorrect XPath expression.
public String getMultilineMessage()
Returns a long formatted description of the error, including line breaks.
Copyright © 2001-2013 Codehaus. All Rights Reserved.