public abstract class UserException extends Exception implements IDLEntity
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
UserException()
UserExceptionオブジェクトを構築します。 |
protected |
UserException(String reason)
詳細メッセージを持つ
UserExceptionオブジェクトを構築します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected UserException()
UserExceptionオブジェクトを構築します。このメソッドはサブクラスからのみ呼び出されます。protected UserException(String reason)
UserExceptionオブジェクトを構築します。このメソッドはサブクラスからのみ呼び出されます。reason - この例外の理由を示すStringオブジェクト バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.