org.apache.camel.builder.xml
Class InvalidXPathExpression

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.RuntimeExpressionException
                      extended by org.apache.camel.builder.xml.InvalidXPathExpression
All Implemented Interfaces:
Serializable

public class InvalidXPathExpression
extends RuntimeExpressionException

An exception thrown if am XPath expression could not be parsed or evaluated

Version:
See Also:
Serialized Form

Constructor Summary
InvalidXPathExpression(String xpath, XPathException e)
           
 
Method Summary
 String getXpath()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidXPathExpression

public InvalidXPathExpression(String xpath,
                              XPathException e)
Method Detail

getXpath

public String getXpath()


Apache CAMEL