public class PFMethodInvokeException extends PFMethodException
コンストラクタと説明 |
---|
PFMethodInvokeException()
メソッド起動で発生した例外を生成する。
|
PFMethodInvokeException(java.lang.String message)
メソッド起動で発生した例外を生成する。
|
PFMethodInvokeException(java.lang.Throwable ex)
メソッド起動で発生した例外を生成する。
|
PFMethodInvokeException(java.lang.Throwable ex,
java.lang.String message)
メソッド起動で発生した例外を生成する。
|
getInvokeComponent, getInvokeMethodName, setInvokeComponent, setInvokeMethodName
getDetailException, printStackTrace, printStackTrace, printStackTrace, setDetailException
public PFMethodInvokeException()
public PFMethodInvokeException(java.lang.Throwable ex)
ex
- 詳細例外public PFMethodInvokeException(java.lang.String message)
message
- 例外メッセージpublic PFMethodInvokeException(java.lang.Throwable ex, java.lang.String message)
ex
- 詳細例外message
- 例外メッセージ