|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mklab.tool.control.system.parameter.ParameterException
org.mklab.tool.control.system.parameter.ParameterDuplicationException
public class ParameterDuplicationException
パラメータの重複(同名のパラメータ)登録に関する例外を表すクラスです。
コンストラクタの概要 | |
---|---|
ParameterDuplicationException()
新しく生成された ParameterDuplicationException オブジェクトを初期化します。 |
|
ParameterDuplicationException(String message)
新しく生成された ParameterDuplicationException オブジェクトを初期化します。 |
|
ParameterDuplicationException(String message,
Throwable cause)
新しく生成された ParameterDuplicationException オブジェクトを初期化します。 |
|
ParameterDuplicationException(Throwable cause)
新しく生成された ParameterDuplicationException オブジェクトを初期化します。 |
メソッドの概要 |
---|
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ParameterDuplicationException()
ParameterDuplicationException
オブジェクトを初期化します。
public ParameterDuplicationException(String message)
ParameterDuplicationException
オブジェクトを初期化します。
message
- メッセージpublic ParameterDuplicationException(Throwable cause)
ParameterDuplicationException
オブジェクトを初期化します。
cause
- 原因public ParameterDuplicationException(String message, Throwable cause)
ParameterDuplicationException
オブジェクトを初期化します。
message
- メッセージcause
- 原因
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |