java.lang.Object java.lang.Throwable java.lang.Exception javax.naming.NamingException javax.naming.LinkException javax.naming.MalformedLinkException
public class MalformedLinkException
如果在解析或构造链接时遇到错误链接,则抛出此异常。
应用于 LinkException 的同步和序列化问题在这里可以直接应用。
LinkRef.getLinkName()
,
LinkRef
,
序列化表格
字段摘要 |
---|
从类 javax.naming.LinkException 继承的字段 |
---|
linkExplanation, linkRemainingName, linkResolvedName, linkResolvedObj |
从类 javax.naming.NamingException 继承的字段 |
---|
remainingName, resolvedName, resolvedObj, rootException |
构造方法摘要 | |
---|---|
MalformedLinkException() 构造一个新的 Malformed LinkException 实例。 |
|
MalformedLinkException(String explanation) 使用解释构造一个新的 MalformedLinkException 实例,其他所有字段都被初始化为 null。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public MalformedLinkException(String explanation)
explanation
- 一个可能为 null 的字符串,包含有关此异常的附加详细信息。
public MalformedLinkException()