public class XPathFunctionNotSupportedException
extends com.ibm.events.datastore.DataStoreException
Constructor and Description |
---|
XPathFunctionNotSupportedException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Constructs a new
XPathFunctionNotSupportedException with a detail
message and message translation information (resource bundle, message key
and message substitutions). |
XPathFunctionNotSupportedException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms,
java.lang.Throwable cause)
Constructs a new
XPathFunctionNotSupportedException with a detail
message, message translation information (resource bundle, message key
and message substitutions) and a nested exception. |
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
public XPathFunctionNotSupportedException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
XPathFunctionNotSupportedException
with a detail
message and message translation information (resource bundle, message key
and message substitutions).key
- The message key.file
- The name of the message file to use.parms
- An array of elements to be inserted into the message.public XPathFunctionNotSupportedException(java.lang.String key, java.lang.String file, java.lang.Object[] parms, java.lang.Throwable cause)
XPathFunctionNotSupportedException
with a detail
message, message translation information (resource bundle, message key
and message substitutions) and a nested exception.key
- The message key.file
- The name of the message file to use.parms
- An array of elements to be inserted into the message.cause
- The nested exception or null
if a nested
exception is not appropriate.