|
PTP Release 5.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
java.lang.RuntimeException
org.eclipse.ptp.debug.core.pdi.PDIInternalException
public class PDIInternalException
Thrown to indicate some unexpected internal error has occurred
| Field Summary | |
|---|---|
protected TaskSet |
tasks
|
| Constructor Summary | |
|---|---|
PDIInternalException(TaskSet tasks)
Constructs a new exception. |
|
PDIInternalException(TaskSet tasks,
java.lang.String message)
Constructs a new exception. |
|
| Method Summary |
|---|
| 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 PDIInternalException(TaskSet tasks)
tasks - specify tasks throw exception
public PDIInternalException(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.
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||