Uses of Class
com.pega.pegarules.pub.PRRuntimeError

Packages that use PRRuntimeError
com.pega.pegarules.pub Classes common to most public interfaces, such as PegaRULES exceptions. 
com.pega.pegarules.pub.context   
com.pega.pegarules.pub.database Provides access to the relational database. 
com.pega.pegarules.pub.generator Java generation public interfaces and classes. 
com.pega.pegarules.pub.runtime Public interfaces for activities, models, whens, edits, and streams. 
 

Uses of PRRuntimeError in com.pega.pegarules.pub
 

Subclasses of PRRuntimeError in com.pega.pegarules.pub
 class PRMissingContextError
          Error thrown when runtime operation discovers that thread or requestor was destroyed prior to operation.
 

Uses of PRRuntimeError in com.pega.pegarules.pub.context
 

Subclasses of PRRuntimeError in com.pega.pegarules.pub.context
 class InitializationFailedError
          InitializationFailedError is thrown by PREnvironment if PegaRULES could not be initialized.
 class PRAbandonProcessingException
           
 class PRSecurityException
          Exception thrown by classes implementing PRAuthentication and PRAuthorization interfaces when a method of these classes fails because of invalid input parameters or when being invoked from invalid Activity class (the PRAuthentication and PRAutorization methods may be called only from Activities of or derived from the Code-Security class
 class PRStackFrameNotTopException
          Exception thrown by classes implementing PRAuthentication and PRAuthorization interfaces when a method of these classes fails because of invalid input parameters or when being invoked from invalid Activity class (the PRAuthentication and PRAutorization methods may be called only from Activities of or derived from the Code-Security class
 

Uses of PRRuntimeError in com.pega.pegarules.pub.database
 

Subclasses of PRRuntimeError in com.pega.pegarules.pub.database
 class CacheRuntimeException
          Indicates that the cache detected an error.
 

Uses of PRRuntimeError in com.pega.pegarules.pub.generator
 

Subclasses of PRRuntimeError in com.pega.pegarules.pub.generator
 class RuleNotFoundException
          Exception thrown by generator when a rule isn't found.
 class UnresolvedAssemblyError
          The UnresolvedAssemblyError class is thrown by assembled code for errors that were found during translation and that somehow managed to result in an instance being saved.
 

Uses of PRRuntimeError in com.pega.pegarules.pub.runtime
 

Subclasses of PRRuntimeError in com.pega.pegarules.pub.runtime
 class ActivityTerminateException
          The ActivityTerminateException is thrown when a method wishes to have the current activity to terminate immediately.
 class IndeterminateConditionalException
          The IndeterminateConditionalException is thrown when the evaluation of a conditional cannot be reliably completed because of errors during processing.
 class RuleGenerationException
          The RuleGenerationException is thrown when a rule cannot be generated and / or compiled, and activity processing needs to be terminated.
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.