|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PRRuntimeException | |
---|---|
com.pega.pegarules.pub.clipboard | Clipboard, Page, and Property interfaces. |
com.pega.pegarules.pub.context | |
com.pega.pegarules.pub.database | Provides access to the relational database. |
com.pega.pegarules.pub.dictionary | Dictionary validation interface for PegaRULES engine. |
com.pega.pegarules.pub.generator | Java generation public interfaces and classes. |
com.pega.pegarules.pub.infengine | Declarative rules processing common classes. |
com.pega.pegarules.pub.runtime | Public interfaces for activities, models, whens, edits, and streams. |
com.pega.pegarules.pub.services |
Uses of PRRuntimeException in com.pega.pegarules.pub.clipboard |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.clipboard | |
---|---|
class |
IncompatibleClassException
Exception thrown by clipboard classes when a method fails because the two page classes are incompatible. |
class |
InvalidIdentifierException
Exception thrown by clipboard classes when a method fails because an identifier (page name, property name, or group subscript) is not valid. |
class |
InvalidParameterException
Exception thrown by clipboard classes when a method fails because an identifier (page name, property name, or group subscript) is not valid. |
class |
InvalidReferenceException
Exception thrown by clipboard classes when a method fails because a property reference is syntactically incorrect. |
class |
InvalidValueException
Exception thrown by ClipboardProperty when one of the to*() methods fail because the ClipboardProperty had a value that could not be interpreted as the requested type. |
class |
JavaObjectSerializationException
Exception thrown when a problem is encountered during serialization/deserialization of Java Object values. |
class |
LightweightPropertyException
Exception thrown by clipboard classes when a method fails due to a method requiring or disallowing Lightweight Properties. |
class |
NoSuchParentForReferenceException
Exception thrown by clipboard classes when a method fails because a syntactically correct reference to a parent property did not resolve to anything. |
class |
NoSuchReferenceException
Exception thrown by clipboard classes when a method fails because a syntactically correct property reference did not resolve to anything. |
class |
PRDeclarePageInvalidAccessException
Exception thrown by clipboard classes when a declarative page that is a used by Auto-Populate properties is accessed outside the auto-populate property itself. |
class |
ReadOnlyException
Exception thrown by clipboard classes when a method fails because the page is defined as Read Only. |
class |
StalePropertyReferenceException
Exception thrown by clipboard classes when a method fails because a clipboard page or property's contents have been deleted (typically as a result of a call to removeFromClipboard). |
class |
UnmodifiablePropertyException
Exception thrown by clipboard classes when a method fails because the a property is unmodifiable. |
class |
VirtualPropertyException
Exception thrown when a problem is encountered during usage of virtual clipboard properties, which are based on references to a database row set. |
class |
WrongModeException
Exception thrown by clipboard classes when a method fails because the mode of a property does not support the operation using the given parameters. |
Uses of PRRuntimeException in com.pega.pegarules.pub.context |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.context | |
---|---|
class |
AbandonProcessingException
AbandonProcessingException is used when further processing of input should be terminated and output returned normally. |
class |
AuthenticationRequiredException
AuthenticationRequiredException is thrown when (an interactive) user is required to supply credentials. |
class |
CryptographicException
Basic runtime exception used by PegaRULES classes. |
class |
PRQueueException
Queue Manager exception superclass |
class |
PRQueueTerminateException
Can be thrown by agent activities to indicate that an agent queue should be immediately terminated. |
class |
RequestorLockException
RequestorLockException is thrown when a lock on a requestor cannot be obtained within the desired interval. |
Uses of PRRuntimeException in com.pega.pegarules.pub.database |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.database | |
---|---|
class |
BadCircumstanceDateFormat
This exception is thrown when a Rule contains a bad Circumstance Date. |
class |
NestedCommitException
Indicates that an attempt was made to commit while a commit was already being processed. |
Uses of PRRuntimeException in com.pega.pegarules.pub.dictionary |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.dictionary | |
---|---|
class |
DictionaryException
Exception Class describing Dictionary Specific exceptions. |
Uses of PRRuntimeException in com.pega.pegarules.pub.generator |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.generator | |
---|---|
class |
ExpressionException
Exception thrown by First-Use Assembly processing when an error is encountered in an Expression that is intended to be part of the
generated Java. |
class |
JSPRuntimeException
The JSPRuntimeException class is thrown for any
unrecoverable error during First-Use Assembly of JSP rules. |
Uses of PRRuntimeException in com.pega.pegarules.pub.infengine |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.infengine | |
---|---|
class |
ChainingException
Base exception for declarative processing. |
class |
IndeterminateGoalException
An exception indicating that the goal-seek operation failed because the goal property isn't computed by any visble Rule-Declare-Expressions instances. |
class |
MissingPropertyException
An exception indicating that a certain property required to compute the goal property (for goal-seek / backward chaining) wasn't present on the clipboard, or had no value. |
Uses of PRRuntimeException in com.pega.pegarules.pub.runtime |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.runtime | |
---|---|
class |
FunctionInvocationException
Exception Class describing Function invocation Specific exceptions. |
class |
LibraryFunctionNotFoundException
Exception Class describing LibraryFunction Specific exceptions. |
Uses of PRRuntimeException in com.pega.pegarules.pub.services |
---|
Subclasses of PRRuntimeException in com.pega.pegarules.pub.services | |
---|---|
class |
ConnectorException
Runtime exception for connector rule failures. |
class |
InboundMappingException
Subtype of ConnectorException, used for connector rule failures that result from a failure to map data received from an external (non-PegaRULES) application to the clipboard. |
class |
IndirectReferenceException
Runtime exception for connector rule failures. |
class |
OutboundMappingException
Subtype of ConnectorException, used for connector rule failures that result from a failure to map data from the clipboard to the format required by an external (non-PegaRULES) application. |
class |
RemoteApplicationException
Subtype of ConnectorException, used for connector rule failures that result from an external (non-PegaRULES) application failure. |
class |
ResourceUnavailableException
Subtype of ConnectorException, used for connector rule failures that result from an external (non-PegaRULES) resource being unavailable. |
class |
ServiceException
Runtime exception for service rule failures. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |