|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jp.sf.orangesignal.ta.data.DatasetException
jp.sf.orangesignal.ta.data.DatasetBindException
public class DatasetBindException
データセットのデータ設定に失敗した場合にスローする例外クラスを提供します。
コンストラクタの概要 | |
---|---|
DatasetBindException()
デフォルトコンストラクタです。 |
|
DatasetBindException(String message)
コンストラクタです。 |
|
DatasetBindException(String message,
Throwable cause)
コンストラクタです。 |
|
DatasetBindException(Throwable cause)
コンストラクタです。 |
メソッドの概要 |
---|
クラス 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 DatasetBindException()
public DatasetBindException(String message)
message
- 詳細なエラーメッセージpublic DatasetBindException(String message, Throwable cause)
message
- 詳細なエラーメッセージcause
- 原因public DatasetBindException(Throwable cause)
cause
- 原因
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |