public class PDIException extends Exception
Constructor and Description |
---|
PDIException(TaskSet tasks)
Constructs a new exception.
|
PDIException(TaskSet tasks,
String message)
Constructs a new exception.
|
Modifier and Type | Method and Description |
---|---|
TaskSet |
getTasks() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected TaskSet tasks
public PDIException(TaskSet tasks)
tasks
- specify tasks throw exceptionpublic PDIException(TaskSet tasks, 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.