|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.jsdt.facade.TargetNotFoundException
public class TargetNotFoundException
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.
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 |
---|
protected TargetNotFoundException(java.lang.String id, java.lang.String errorMessage)
Method Detail |
---|
public java.lang.String getErrorMessage()
public java.lang.String getTaskId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |