public class FunctionExecuteException extends DataException
| コンストラクタと説明 |
|---|
FunctionExecuteException(Exception e)
新しい例外インスタンスを生成します。
|
FunctionExecuteException(String msg)
新しい例外インスタンスを生成します。
|
FunctionExecuteException(String code,
String input)
新しい例外インスタンスを生成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getInput()
エラーの原因となった入力値を返します。
|
getCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FunctionExecuteException(Exception e)
e - 例外インスタンスpublic FunctionExecuteException(String msg)
msg - エラーメッセージpublic String getInput()
Copyright © 2012 NTT DATA INTRAMART CORPORATION