|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.pega.pegarules.pub.PRRuntimeError
com.pega.pegarules.pub.runtime.IndeterminateConditionalException
public class IndeterminateConditionalException
The IndeterminateConditionalException
is thrown when the evaluation
of a conditional cannot be reliably completed because of errors
during processing.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
IndeterminateConditionalException()
Constructs an instance with no additional details. |
|
IndeterminateConditionalException(int aSeverity,
java.lang.String aMsg,
java.lang.String aParams)
Constructs an instance with addition information about the severity of the exception and the fause of the exception. |
|
IndeterminateConditionalException(java.lang.String aMessage)
Constructs an instance with additional information about the cause of this exception. |
|
IndeterminateConditionalException(java.lang.String aMessage,
java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception. |
|
IndeterminateConditionalException(java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception. |
Method Summary |
---|
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
Constructor Detail |
---|
public IndeterminateConditionalException()
public IndeterminateConditionalException(java.lang.Throwable aCause)
aCause
- Throwable causing this exceptionpublic IndeterminateConditionalException(java.lang.String aMessage)
aMessage
- message descriptor that provides additional informationpublic IndeterminateConditionalException(java.lang.String aMessage, java.lang.Throwable aCause)
aMessage
- message descriptor that provides additional informationaCause
- Throwable causing this exceptionpublic IndeterminateConditionalException(int aSeverity, java.lang.String aMsg, java.lang.String aParams)
aSeverity
- the severity; one of the SEVERITY_
constants in ProcessingStatus
aMsg
- message descriptor that provides additional informationaParams
- parameters to the message in aMsg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |