Method Summary |
|
public String | getLinkExplanation() Retrieves the value of the linkExplanation field. |
public Name | getLinkRemainingName() Retrieves the value of the linkRemainingName field. |
public Name | getLinkResolvedName() Retrieves the value of the linkResolvedName field. |
public Object | getLinkResolvedObj() Retrieves the value of the linkResolvedObj field. |
public void | setLinkExplanation(String string) Sets the linkExplanation field to the specified value. |
public void | setLinkRemainingName(Name name) Sets the linkRemainingName to the specified name. |
public void | setLinkResolvedName(Name name) Sets the linkResolvedName to the specified name. |
public void | setLinkResolvedObj(Object object) Sets the linkResolvedObj field to object. |
public String | toString() Outputs the string representation of this NamingException
together with the details of the remaining name. |
public String | toString(boolean b) Outputs the string representation of this NamingException
together with the details of the remaining name.
If boolean b is set to true then also outputs the resolved object.
If boolean b is set to false then the behavior is the same as
toString() .
Parameters: b - Indicates if the resolved object need to be outputted. |