com.pega.pegarules.pub.runtime
Class IndeterminateConditionalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.pega.pegarules.pub.PRRuntimeError
              extended by com.pega.pegarules.pub.runtime.IndeterminateConditionalException
All Implemented Interfaces:
java.io.Serializable

public class IndeterminateConditionalException
extends PRRuntimeError

The IndeterminateConditionalException is thrown when the evaluation of a conditional cannot be reliably completed because of errors during processing.

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
John van der Meer
See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

IndeterminateConditionalException

public IndeterminateConditionalException()
Constructs an instance with no additional details.


IndeterminateConditionalException

public IndeterminateConditionalException(java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception. Supplies the Throwable that caused this exception

Parameters:
aCause - Throwable causing this exception

IndeterminateConditionalException

public IndeterminateConditionalException(java.lang.String aMessage)
Constructs an instance with additional information about the cause of this exception.

Parameters:
aMessage - message descriptor that provides additional information

IndeterminateConditionalException

public IndeterminateConditionalException(java.lang.String aMessage,
                                         java.lang.Throwable aCause)
Constructs an instance with additional information about the cause of this exception.

Parameters:
aMessage - message descriptor that provides additional information
aCause - Throwable causing this exception

IndeterminateConditionalException

public 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.

Parameters:
aSeverity - the severity; one of the SEVERITY_ constants in ProcessingStatus
aMsg - message descriptor that provides additional information
aParams - parameters to the message in aMsg


Copyright © 2012 Pegasystems Inc. All Rights Reserved.