Class XPathQueryConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XPathQueryConfigurationException
    extends java.lang.Exception
    Version:
    $Revision: 1.1 $ $Date: 2004/05/30 11:54:45 $
    Author:
    SMB
    See Also:
    XPathQuery, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XPathQueryConfigurationException

        public XPathQueryConfigurationException()
        Constructs a new XpathProcesorConfigurationException with no detail message.
      • XPathQueryConfigurationException

        public XPathQueryConfigurationException​(java.lang.String msg)
        Constructs a new XPathQueryConfigurationException with the given detail message.