public class UnresolvedRuntimeError extends UnresolvedAssemblyError
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. It is used to maintain
backwards compatibilityModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
UnresolvedRuntimeError(java.lang.String aMsgDescr)
This standard constructor requires a diagnostic to identify the nature of
the problem encountered.
|
UnresolvedRuntimeError(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 UnresolvedRuntimeError(java.lang.String aMsgDescr)
aMsgDescr
- a message descriptor in the conventional formpublic UnresolvedRuntimeError(java.lang.String aMsgDescr, java.lang.Throwable aCause)
aMsgDescr
- a message descriptor in the conventional formaCause
- Copyright © 2015 Pegasystems Inc. All Rights Reserved.