com.ibm.commerce.bi.events.xml

Class NoXPathMatchException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.commerce.bi.events.xml.NoXPathMatchException
  • All Implemented Interfaces:
    java.io.Serializable


    public class NoXPathMatchException
    extends java.lang.Exception
    Thrown when an XPath match is not found in an XML Document.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NoXPathMatchException(java.lang.String message)
      Constructs an NoXPathMatchException with the specified detail message.
    • 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
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NoXPathMatchException

        public NoXPathMatchException(java.lang.String message)
        Constructs an NoXPathMatchException with the specified detail message.
        Parameters:
        message - Exception message.