com.ibm.jsdt.facade
Class InvalidVariableFormatException

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

public class InvalidVariableFormatException
extends java.lang.Exception

Purpose: Exception indicating that the specified variable format is not valid. It holds the following information regarding this exception.

See Also:
Serialized Form

Constructor Summary
protected InvalidVariableFormatException(java.lang.String fullyQualifiedID, java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getErrorMessage()
          Returns the error message for this exception.
 java.lang.String getFullyQualifiedID()
          Returns the fully qualified id for the variable.
 
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

InvalidVariableFormatException

protected InvalidVariableFormatException(java.lang.String fullyQualifiedID,
                                         java.lang.String errorMessage)
Method Detail

getErrorMessage

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

Returns:

getFullyQualifiedID

public java.lang.String getFullyQualifiedID()
Returns the fully qualified id for the variable. The id is in the form of <taskID>.<applicationID>.<variableName>

Returns: