public class NoRuleVersionWithoutCircumstanceException extends DatabaseException
If during Rule Resolution all the following are true, then this exception is thrown:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages
Constructor and Description |
---|
NoRuleVersionWithoutCircumstanceException(java.lang.String aInstanceClassName,
java.lang.String aRuleName)
Creates an exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstanceClassName()
Gets the instance class of the requested rule.
|
java.lang.String |
getRuleName()
Gets the name of the requested rule.
|
getDBName, getIndexesOfFailedBatchOperation, getMessage, getOperation, getSQL, setDBName, setOperation, setSQL, setSQLInserts
isLookUpRuleMessages, setLookUpRuleMessages, toString
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public NoRuleVersionWithoutCircumstanceException(java.lang.String aInstanceClassName, java.lang.String aRuleName)
aInstanceClassName
- instance class of the requested ruleaRuleName
- name of the requested rulepublic java.lang.String getInstanceClassName()
public java.lang.String getRuleName()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.