| Package | com.adobe.idp.taskmanager.dsc.client.task |
| Class | public class CompleteTaskException |
| Inheritance | CompleteTaskException TaskManagerException
|
| Method | Defined by | ||
|---|---|---|---|
|
CompleteTaskException(long aTaskId)
Constructs a new exception using the task identifier.
| CompleteTaskException | ||
|
void addException(TaskManagerException exception)
Adds an additional exception to this exception.
| CompleteTaskException | ||
|
List getExceptions()
Retrieves the full list of exceptions.
| CompleteTaskException | ||
|
String getMessage()
Retrieves a compound message for all of the exceptions contained in the list of exceptions.
| CompleteTaskException | ||
|
long getTaskId()
Retrieves the task identifier for this exception.
| CompleteTaskException | ||
| CompleteTaskException | () |
public CompleteTaskException(long aTaskId)Constructs a new exception using the task identifier.
ParametersaTaskId — The task identifier. |
| addException | () |
public void addException(TaskManagerException exception)Adds an additional exception to this exception.
Parameters
exception — The exception to add. |
| getExceptions | () |
public List getExceptions()Retrieves the full list of exceptions. It is safe to cast items retrieved from the list to a TaskManagerException.
A List of TaskManagerException objects (or extending exceptions). |
| getMessage | () |
public String getMessage()Retrieves a compound message for all of the exceptions contained in the list of exceptions.
Returns| The compound message for the list of exceptions. |
| getTaskId | () |
public long getTaskId()Retrieves the task identifier for this exception.
Returns| TaskId The task identifier. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/task/CompleteTaskException.html