public class LinkException extends NamingException
Modifier and Type | Field and Description |
---|---|
protected String |
linkExplanation |
protected Name |
linkRemainingName |
protected Name |
linkResolvedName |
protected Object |
linkResolvedObj |
remainingName, resolvedName, resolvedObj, rootException
Constructor and Description |
---|
LinkException() |
LinkException(String msg) |
Modifier and Type | Method and Description |
---|---|
String |
getLinkExplanation() |
Name |
getLinkRemainingName() |
Name |
getLinkResolvedName() |
Object |
getLinkResolvedObj() |
void |
setLinkExplanation(String msg) |
void |
setLinkRemainingName(Name name) |
void |
setLinkResolvedName(Name name) |
void |
setLinkResolvedObj(Object obj) |
String |
toString()
Returns a string representation of this exception.
|
String |
toString(boolean detail)
Returns a String representation of this exception and possibly including
the part object that could be resolved if the given flag is set to true.
|
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
protected Name linkResolvedName
protected Object linkResolvedObj
protected Name linkRemainingName
protected String linkExplanation
public LinkException()
public LinkException(String msg)
public Name getLinkResolvedName()
public Name getLinkRemainingName()
public Object getLinkResolvedObj()
public String getLinkExplanation()
public void setLinkExplanation(String msg)
public void setLinkResolvedName(Name name)
public void setLinkRemainingName(Name name)
public void setLinkResolvedObj(Object obj)
public String toString()
NamingException
toString(false)
.toString
in class NamingException
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
public String toString(boolean detail)
NamingException
toString
in class NamingException