public class DataException extends Exception
コンストラクタと説明 |
---|
DataException(Exception e)
別の例外インスタンスから新しいDataView例外インスタンスを生成します。
|
DataException(String code,
String input)
新しいDataView例外インスタンスを生成します。
|
DataException(String code,
String input,
Throwable e)
新しいDataView例外インスタンスを生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getCode()
エラーコードを取得します。
|
String |
getMessage()
エラーメッセージを取得します。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataException(Exception e)
e
- 例外インスタンスpublic DataException(String code, String input, Throwable e)
code
- エラーコードinput
- 入力値public String getCode()
public String getMessage()
getMessage
クラス内 Throwable
Throwable.getMessage()
Copyright © 2012 NTT DATA INTRAMART CORPORATION