JavaTM 2 Platform
Standard Ed. 6

javax.naming
類別 MalformedLinkException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 javax.naming.NamingException
              繼承者 javax.naming.LinkException
                  繼承者 javax.naming.MalformedLinkException
所有已實作的介面:
Serializable

public class MalformedLinkException
extends LinkException

如果在解析或建構連接時遇到錯誤連接,則拋出此異常。

應用於 LinkException 的同步和序列化問題在這裡可以直接應用。

從以下版本開始:
1.3
另請參見:
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。
 
方法摘要
 
從類別 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 繼承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

MalformedLinkException

public MalformedLinkException(String explanation)
使用解釋建構一個新的 MalformedLinkException 實例,其他所有欄位都被初始化為 null。

參數:
explanation - 一個可能為 null 的字元串,包含有關此異常的附加詳細資訊。

MalformedLinkException

public MalformedLinkException()
建構一個新的 Malformed LinkException 實例。所有欄位都被初始化為 null。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only