net.sf.xmlmatcher.js
Class InvalidXPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.xmlmatcher.exc.MatcherException
              extended by net.sf.xmlmatcher.exc.InvalidTemplateException
                  extended by net.sf.xmlmatcher.js.InvalidXPathException
All Implemented Interfaces:
java.io.Serializable

public class InvalidXPathException
extends InvalidTemplateException

See Also:
Serialized Form

Constructor Summary
InvalidXPathException(java.lang.String xpath, java.lang.Exception cause, org.w3c.dom.Element template)
           
 
Method Summary
 
Methods inherited from class net.sf.xmlmatcher.exc.InvalidTemplateException
getMessage, getTemplatePath
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Constructor Detail

InvalidXPathException

public InvalidXPathException(java.lang.String xpath,
                             java.lang.Exception cause,
                             org.w3c.dom.Element template)


Copyright © 2007. All Rights Reserved.