public class NotSupportedException extends PRException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages| Constructor and Description |
|---|
NotSupportedException(int aSeverity,
java.lang.String aMessageName,
java.lang.String aMessageParms)
Creates a "not supported" exception with a given severity and message.
|
NotSupportedException(java.lang.String aDescr)
Creates a database exception with a given message.
|
isLookUpRuleMessages, setLookUpRuleMessages, toStringpublic static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public NotSupportedException(java.lang.String aDescr)
aDescr - the messagepublic NotSupportedException(int aSeverity,
java.lang.String aMessageName,
java.lang.String aMessageParms)
aSeverity - the severity of the exceptionaMessageName - the name of the Rule-Message describing the situationaMessageParms - the parameters to the Rule-MessageCopyright © 2014 Pegasystems Inc. All Rights Reserved.