org.apache.commons.jxpath
Class JXPathInvalidSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.jxpath.JXPathException
                  extended by org.apache.commons.jxpath.JXPathInvalidSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class JXPathInvalidSyntaxException
extends JXPathException

Thrown when JXPath cannot parse a supplied XPath.

Version:
$Revision: 658784 $ $Date: 2008-05-21 12:44:55 -0500 (Wed, 21 May 2008) $
Author:
Dmitri Plotnikov
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
JXPathInvalidSyntaxException(java.lang.String message)
          Create a new JXPathInvalidSyntaxException.
 
Method Summary
 
Methods inherited from class org.apache.commons.jxpath.JXPathException
getCause, getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

JXPathInvalidSyntaxException

public JXPathInvalidSyntaxException(java.lang.String message)
Create a new JXPathInvalidSyntaxException.

Parameters:
message - relevant message