Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PRMissingContextError
Error thrown when runtime operation discovers that thread or requestor
was destroyed prior to operation.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CacheRuntimeException
Indicates that the cache detected an error.
|
Modifier and Type | Class and Description |
---|---|
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. |
class |
UnresolvedRuntimeError
The
UnresolvedRuntimeError class is thrown at runtime, by logic
that used to be thrown by assembled code for errors that were found during translation
and that somehow managed to result in an instance being saved. |
Modifier and Type | Class and Description |
---|---|
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 © 2015 Pegasystems Inc. All Rights Reserved.