public class IndeterminateConditionalException extends PRRuntimeError
IndeterminateConditionalException
is thrown when the evaluation
of a conditional cannot be reliably completed because of errors
during processing.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
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.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
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
Copyright © 2018 Pegasystems Inc. All Rights Reserved.