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