public class MultipleCircumstancePropertiesException extends DatabaseException
pyCircumstanceProp
) or Date
Circumstance (pyCircumstanceDateProp
) Properties. Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages
Constructor and Description |
---|
MultipleCircumstancePropertiesException(java.lang.String aProperty1,
java.lang.String aProperty2)
Constructs an instance of the exception.
|
Modifier and Type | Method and Description |
---|---|
static MultipleCircumstancePropertiesException |
createMultipleCircumstanceDatePropertyException(java.lang.String aInstanceClass,
java.lang.String aInstanceName,
java.lang.String aProperty1) |
static MultipleCircumstancePropertiesException |
createMultipleCircumstanceDatePropertyException(java.lang.String aInstanceClass,
java.lang.String aInstanceName,
java.lang.String aProperty1,
java.lang.String aProperty2)
Create an exception indicating that we found more than one
Circumstance Date Property during Rule Resolution.
|
static MultipleCircumstancePropertiesException |
createMultipleCircumstancePropertyException(java.lang.String aInstanceClass,
java.lang.String aInstanceName,
java.lang.String aProperty1,
java.lang.String aProperty2)
Create an exception indicating that we found more than one
Circumstance Property during Rule Resolution.
|
java.lang.String |
getFirstProperty()
Gets the first property.
|
java.lang.String |
getSecondProperty()
Gets the second property.
|
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 MultipleCircumstancePropertiesException(java.lang.String aProperty1, java.lang.String aProperty2)
aProperty1
- the first circumstance property foundaProperty2
- the second circumstance property foundpublic static MultipleCircumstancePropertiesException createMultipleCircumstancePropertyException(java.lang.String aInstanceClass, java.lang.String aInstanceName, java.lang.String aProperty1, java.lang.String aProperty2)
aInstanceClass
- class of the requested instanceaInstanceName
- the requested instance nameaProperty1
- the first propertyaProperty2
- the second propertypublic static MultipleCircumstancePropertiesException createMultipleCircumstanceDatePropertyException(java.lang.String aInstanceClass, java.lang.String aInstanceName, java.lang.String aProperty1, java.lang.String aProperty2)
aInstanceClass
- class of the requested instanceaInstanceName
- the requested instance nameaProperty1
- the first propertyaProperty2
- the second propertypublic static MultipleCircumstancePropertiesException createMultipleCircumstanceDatePropertyException(java.lang.String aInstanceClass, java.lang.String aInstanceName, java.lang.String aProperty1)
aInstanceClass
- class of the requested instanceaInstanceName
- the requested instance nameaProperty1
- the date propertypublic java.lang.String getFirstProperty()
public java.lang.String getSecondProperty()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.