public class DataViewException extends DataException
コンストラクタと説明 |
---|
DataViewException(Exception e)
別の例外から新しいDataView例外インスタンスを生成します。
|
DataViewException(String code,
int input)
新しいクエリ例外インスタンスを生成します。
|
DataViewException(String code,
String input)
新しいデータ参照例外インスタンスを生成します。
|
DataViewException(String code,
String input,
Throwable e)
新しいデータ参照例外インスタンスを生成します。
|
getCode, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataViewException(Exception e)
e
- 例外インスタンスpublic DataViewException(String code, int input)
code
- エラーコードinput
- 入力値public DataViewException(String code, String input)
code
- エラーコードinput
- 入力値Copyright © 2012 NTT DATA INTRAMART CORPORATION