public class ChainingException extends PRRuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
ChainingException(java.lang.String aCause,
ClipboardPage aPage,
java.lang.String aReference)
Construct a new ChainingException instance, providing the cause,
the target clipboard page and the target reference.
|
ChainingException(java.lang.String aCause,
ClipboardPage aPage,
java.lang.String aReference,
java.lang.String aReason) |
Modifier and Type | Method and Description |
---|---|
ClipboardPage |
getPage()
Get the clipboard page that was the subject of the aborted declarative processing.
|
java.lang.String |
getReference()
Get a string representation of the full property reference that was the cause
of this declarative processing exception.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public ChainingException(java.lang.String aCause, ClipboardPage aPage, java.lang.String aReference)
aCause
- aPage
- aReference
- public ChainingException(java.lang.String aCause, ClipboardPage aPage, java.lang.String aReference, java.lang.String aReason)
public final ClipboardPage getPage()
public final java.lang.String getReference()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.