com.ibm.jsdt.facade
Class TargetNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.jsdt.facade.TargetNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TargetNotFoundException
extends java.lang.Exception

Purpose: Exception indicating that a selected task does not have a target specified. This is invalid when the target panel is being skipped. All selected tasks must have target information defined in order to skip the target panel.

See Also:
Serialized Form

Constructor Summary
protected TargetNotFoundException(java.lang.String id, java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getErrorMessage()
          Returns the error message for this exception.
 java.lang.String getTaskId()
          Returns the id of the selected tasks that does not have any target information defined
 
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
 

Constructor Detail

TargetNotFoundException

protected TargetNotFoundException(java.lang.String id,
                                  java.lang.String errorMessage)
Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Returns the error message for this exception.

Returns:

getTaskId

public java.lang.String getTaskId()
Returns the id of the selected tasks that does not have any target information defined

Returns: