com.ibm.jsdt.facade
Class InvalidTaskOptionException

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

public class InvalidTaskOptionException
extends java.lang.Exception

Purpose: Exception indicating that you are attempting to specify an invalid option for a task or task group. It holds the following information regarding this exception.

See Also:
Serialized Form

Constructor Summary
protected InvalidTaskOptionException(java.lang.String id, java.lang.String option, java.lang.String invalidOptionValue, java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getErrorMessage()
          Returns the error message for this exception.
 java.lang.String getId()
          Returns the task group or task id
 java.lang.String getInvalidOptionValue()
          Return the invalid option value that triggered this exception
 java.lang.String getOption()
          Returns the name of the option that is being set.
 
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

InvalidTaskOptionException

protected InvalidTaskOptionException(java.lang.String id,
                                     java.lang.String option,
                                     java.lang.String invalidOptionValue,
                                     java.lang.String errorMessage)
Method Detail

getErrorMessage

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

Returns:

getOption

public java.lang.String getOption()
Returns the name of the option that is being set.

Returns:

getId

public java.lang.String getId()
Returns the task group or task id

Returns:

getInvalidOptionValue

public java.lang.String getInvalidOptionValue()
Return the invalid option value that triggered this exception

Returns: