java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LinkException
javax.naming.MalformedLinkException
- 所有已实现的接口:
Serializable
在解析或构建链接时遇到格式错误的链接时会抛出此异常。
适用于 LinkException 的同步和序列化问题直接适用于此处。
- 自从:
- 1.3
- 参见:
-
字段摘要
在类 javax.naming.LinkException 中声明的字段
linkExplanation, linkRemainingName, linkResolvedName, linkResolvedObj在类 javax.naming.NamingException 中声明的字段
remainingName, resolvedName, resolvedObj, rootException -
构造方法总结
构造方法构造方法描述构造 Malformed LinkException 的新实例。MalformedLinkException(String explanation) 构造带有解释的 MalformedLinkException 的新实例。 -
方法总结
在类 javax.naming.LinkException 中声明的方法
getLinkExplanation, getLinkRemainingName, getLinkResolvedName, getLinkResolvedObj, setLinkExplanation, setLinkRemainingName, setLinkResolvedName, setLinkResolvedObj, toString, toString在类 javax.naming.NamingException 中声明的方法
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause在类 java.lang.Throwable 中声明的方法
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
构造方法详细信息
-
MalformedLinkException
构造带有解释的 MalformedLinkException 的新实例。所有其他字段都初始化为空。- 参数:
explanation- 一个可能为空的字符串,其中包含有关此异常的其他详细信息。
-
MalformedLinkException
public MalformedLinkException()构造 Malformed LinkException 的新实例。所有字段都初始化为空。
-