org.smartcomps.twister.engine.exception
Class XPathEvaluationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.engine.exception.EngineException
                    |
                    +--org.smartcomps.twister.engine.exception.XPathEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class XPathEvaluationException
extends EngineException

Thrown when an xpath expression can't be avalutaed..

See Also:
Serialized Form

Constructor Summary
XPathEvaluationException(java.lang.String s)
           
XPathEvaluationException(java.lang.String s, java.lang.Throwable throwable)
           
XPathEvaluationException(java.lang.Throwable throwable)
           
 
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

XPathEvaluationException

public XPathEvaluationException(java.lang.String s)

XPathEvaluationException

public XPathEvaluationException(java.lang.String s,
                                java.lang.Throwable throwable)

XPathEvaluationException

public XPathEvaluationException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.