org.eclipse.ptp.debug.core.pdi
Class PDIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ptp.debug.core.pdi.PDIException
- All Implemented Interfaces:
- Serializable
public class PDIException
- extends Exception
Thrown to indicate some unexpected error has occurred
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
tasks
protected TaskSet tasks
PDIException
public PDIException(TaskSet tasks)
- Constructs a new exception.
- Parameters:
tasks - specify tasks throw exception- Since:
- 4.0
PDIException
public PDIException(TaskSet tasks,
String message)
- Constructs a new exception.
- Parameters:
tasks - specify tasks throw exceptionmessage - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.- Since:
- 4.0
getTasks
public TaskSet getTasks()
- Since:
- 4.0
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.