public class JSPRuntimeException extends PRRuntimeException
JSPRuntimeException
class is thrown for any
unrecoverable error during First-Use Assembly of JSP rules. This class
does not extend one of the PegaRULES Throwable classes, so it does not affect
the current ProcessingStatus. When the Exception
is caught, it
can be handled 'silently' or rethrown as a PegaRULES Throwable to set the
status.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
JSPRuntimeException(java.lang.String aMsgDescr)
This standard constructor requires a diagnostic to identify the nature of
the problem encountered.
|
JSPRuntimeException(java.lang.String aMsgDescr,
java.lang.Throwable aCause)
This constructor requires a diagnostic to identify the nature of
the problem encountered and a Throwable that further describes
the cause of the exception.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public JSPRuntimeException(java.lang.String aMsgDescr)
aMsgDescr
- a message descriptor in the conventional formpublic JSPRuntimeException(java.lang.String aMsgDescr, java.lang.Throwable aCause)
aMsgDescr
- a message descriptor in the conventional formaCause
- Copyright © 2018 Pegasystems Inc. All Rights Reserved.