public class FirstUseAssemblerException extends PRException
FirstUseAssemblerException
class is thrown for any
unrecoverable error during First-Use Assembly runtime processing. 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 |
mLookUpRuleMessages
Constructor and Description |
---|
FirstUseAssemblerException(java.lang.String aMsgDescr)
This standard constructor requires a diagnostic to identify the nature of
the problem encountered.
|
FirstUseAssemblerException(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.
|
isLookUpRuleMessages, setLookUpRuleMessages, toString
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public FirstUseAssemblerException(java.lang.String aMsgDescr)
aMsgDescr
- a message descriptor in the conventional formpublic FirstUseAssemblerException(java.lang.String aMsgDescr, java.lang.Throwable aCause)
aMsgDescr
- a message descriptor in the conventional formaCause
- Copyright © 2018 Pegasystems Inc. All Rights Reserved.