|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pega.pegarules.pub.PRRuntimeException
com.pega.pegarules.pub.database.BadCircumstanceDateFormat
public final class BadCircumstanceDateFormat
This exception is thrown when a Rule contains a bad Circumstance Date.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
Method Detail |
---|
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 occurred
public 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 occurred
public java.lang.String getHandle()
public java.lang.String getPropertyName()
public java.lang.String getPropertyVal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |