|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.exolab.adaptx.xpath.XPathException
|
+--org.exolab.adaptx.xpath.engine.ParseException
The main exception thrown when an Error occurs while parsing an XPath expression
| Constructor Summary | |
|---|---|
ParseException(java.lang.String expr,
java.lang.String message)
Creates a new ParseException with the given message. |
|
ParseException(java.lang.String expr,
java.lang.String message,
int columnNumber)
Creates a new ParseException with the given message. |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
Returns the column number at which the parse error occured. |
java.lang.String |
getMessage()
Returns the detail message for this Exception |
java.lang.String |
toString()
Return the String representation of this Exception |
| Methods inherited from class org.exolab.adaptx.xpath.XPathException |
|---|
getException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParseException(java.lang.String expr,
java.lang.String message)
message - the detail message for this Exception
public ParseException(java.lang.String expr,
java.lang.String message,
int columnNumber)
message - the detail message for this Exception| Method Detail |
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic int getColumnNumber()
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||