PTP
Release 5.0

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.ptp.debug.core.pdi.PDIInternalException
All Implemented Interfaces:
java.io.Serializable

public class PDIInternalException
extends java.lang.RuntimeException

Thrown to indicate some unexpected internal error has occurred

See Also:
Serialized Form

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

tasks

protected TaskSet tasks
Constructor Detail

PDIInternalException

public PDIInternalException(TaskSet tasks)
Constructs a new exception.

Parameters:
tasks - specify tasks throw exception
Since:
4.0

PDIInternalException

public PDIInternalException(TaskSet tasks,
                            java.lang.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

PTP
Release 5.0

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