public class LinkLoopException extends LinkException
LinkExceptionに適用される同期および直列化は、ここで直接適用されます。
linkExplanation, linkRemainingName, linkResolvedName, linkResolvedObj
remainingName, resolvedName, resolvedObj, rootException
コンストラクタと説明 |
---|
LinkLoopException()
LinkLoopExceptionの新しいインスタンスを構築します。
|
LinkLoopException(String explanation)
説明付きでLinkLoopExceptionのインスタンスを構築します。ほかのフィールドはすべてnullに初期化されます。
|
getLinkExplanation, getLinkRemainingName, getLinkResolvedName, getLinkResolvedObj, setLinkExplanation, setLinkRemainingName, setLinkResolvedName, setLinkResolvedObj, toString, toString
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public LinkLoopException(String explanation)
explanation
- この例外に関する追加の詳細情報を含むnullの可能性がある文字列。Throwable.getMessage()
public LinkLoopException()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.