public class PDIException
extends java.lang.Exception
| Constructor and Description |
|---|
PDIException(TaskSet tasks)
Constructs a new exception.
|
PDIException(TaskSet tasks,
java.lang.String message)
Constructs a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSet |
getTasks() |
protected TaskSet tasks
public PDIException(TaskSet tasks)
tasks - specify tasks throw exceptionpublic PDIException(TaskSet tasks, java.lang.String message)
tasks - specify tasks throw exceptionmessage - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.public TaskSet getTasks()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.