org.jutil.xml.message
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jutil.lang.WrapperException
              extended by org.jutil.xml.message.XPathException
All Implemented Interfaces:
java.io.Serializable

public class XPathException
extends WrapperException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jutil.lang.WrapperException
detail
 
Constructor Summary
XPathException()
           
XPathException(java.lang.String msg)
           
XPathException(java.lang.String msg, java.lang.Throwable ex)
           
 
Method Summary
 
Methods inherited from class org.jutil.lang.WrapperException
getMessage
 
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

XPathException

public XPathException()

XPathException

public XPathException(java.lang.String msg)

XPathException

public XPathException(java.lang.String msg,
                      java.lang.Throwable ex)