public final class BadCircumstanceDateFormat extends PRRuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
static BadCircumstanceDateFormat |
createBadCircumstanceDateException(java.lang.String aHandle,
java.lang.String aVal,
java.lang.String aDescr)
Creates an exception due to a Rule containing a bad
Circumstance Date.
|
static BadCircumstanceDateFormat |
createBadCircumstanceDatePropertyValueException(java.lang.String aHandle,
java.lang.String aProperty,
java.lang.String aVal,
java.lang.String aDescr)
Deprecated.
the condition that prompts this exception is no longer
considered an error--instead, if the value of the Circumstance Date
property is bad, then Rule Resolution simply does not consider
Date-Circumstance-qualified Rule versions
|
java.lang.String |
getHandle()
Return the handle of the Rule that contains the bad Circumstance Date,
or the handle of the Rule that has the Circumstance Date Property that
contains a bad date.
|
java.lang.String |
getPropertyName()
Deprecated.
this is no longer applicable
|
java.lang.String |
getPropertyVal()
Returns the property value that is not a valid date.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public static BadCircumstanceDateFormat createBadCircumstanceDatePropertyValueException(java.lang.String aHandle, java.lang.String aProperty, java.lang.String aVal, java.lang.String aDescr)
aHandle
- the handle of the Rule that refers to the Circumstance PropertyaProperty
- the reference to the propertyaVal
- the value of the Circumstance PropertyaDescr
- a description of what was happening when the problem occurredpublic static BadCircumstanceDateFormat createBadCircumstanceDateException(java.lang.String aHandle, java.lang.String aVal, java.lang.String aDescr)
aHandle
- the handle of the Rule that contains the bad Circumstance DateaVal
- the bad Circumstance DateaDescr
- a description of what was happening when the problem occurredpublic java.lang.String getHandle()
public java.lang.String getPropertyName()
public java.lang.String getPropertyVal()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.