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 anNoXPathMatchException
with the specified detail message.
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-