org.eclipse.ptp.debug.core.pdi
Class PDIInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.ptp.debug.core.pdi.PDIInternalException
- All Implemented Interfaces:
- Serializable
public class PDIInternalException
- extends RuntimeException
Thrown to indicate some unexpected internal 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
PDIInternalException
public PDIInternalException(TaskSet tasks)
- Constructs a new exception.
- Parameters:
tasks - specify tasks throw exception- Since:
- 4.0
PDIInternalException
public PDIInternalException(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
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.