PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi
Class PDIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
protected  TaskSet tasks
           
 
Constructor Summary
PDIException(TaskSet tasks)
          Constructs a new exception.
PDIException(TaskSet tasks, 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

tasks

protected TaskSet tasks
Constructor Detail

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 exception
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
Since:
4.0
Method Detail

getTasks

public TaskSet getTasks()
Since:
4.0

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.