|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.ptp.debug.core.pdi.PDIException
public class PDIException
Thrown to indicate some unexpected error has occurred
| Field Summary | |
|---|---|
protected TaskSet |
tasks
|
| Constructor Summary | |
|---|---|
PDIException(TaskSet tasks)
Constructs a new exception. |
|
PDIException(TaskSet tasks,
java.lang.String message)
Constructs a new exception. |
|
| Method Summary | |
|---|---|
TaskSet |
getTasks()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TaskSet tasks
| Constructor Detail |
|---|
public PDIException(TaskSet tasks)
tasks - specify tasks throw exception
public 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.| Method Detail |
|---|
public TaskSet getTasks()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||