com.ibm.jsdt.facade
Class VariableNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.jsdt.facade.VariableNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class VariableNotFoundException
- extends java.lang.Exception
Purpose: Exception indicating that the specified variable could not be found in the
solution. It holds the following information regarding this exception.
- Variable ID
- Fully qualified variable ID
- Error Message
- See Also:
- Serialized Form
Constructor Summary |
protected |
VariableNotFoundException(java.lang.String id,
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 that could not be found. |
java.lang.String |
getId()
Returns the variable name associate with this 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 |
VariableNotFoundException
protected VariableNotFoundException(java.lang.String id,
java.lang.String fullyQualifiedID,
java.lang.String errorMessage)
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 that could not be found.
The id is in the form of __
- Returns:
getId
public java.lang.String getId()
- Returns the variable name associate with this variable.
- Returns: