|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception jp.go.aist.dmrc.platform.base.PFException jp.go.aist.dmrc.platform.base.PFSystemException jp.go.aist.dmrc.platform.util.PFMethodException jp.go.aist.dmrc.platform.util.PFMethodFaildException
コンポーネントのメソッド実行で発生する例外。
コンストラクタの概要 | |
PFMethodFaildException(PFComponent comp)
メソッド実行時に発生した例外を生成する。 |
|
PFMethodFaildException(PFComponent comp,
java.lang.String message)
メソッド実行時に発生した例外を生成する。 |
|
PFMethodFaildException(PFComponent comp,
java.lang.Throwable ex)
メソッド実行時に発生した例外を生成する。 |
|
PFMethodFaildException(PFComponent comp,
java.lang.Throwable ex,
java.lang.String message)
メソッド実行時に発生した例外を生成する。 |
メソッドの概要 | |
PFComponent |
getSourceComponent()
発生元コンポーネントを取得する。 |
クラス jp.go.aist.dmrc.platform.util.PFMethodException から継承したメソッド |
getInvokeComponent, getInvokeMethodName, setInvokeComponent, setInvokeMethodName |
クラス jp.go.aist.dmrc.platform.base.PFException から継承したメソッド |
getDetailException, printStackTrace, printStackTrace, printStackTrace, setDetailException |
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public PFMethodFaildException(PFComponent comp)
comp
- 例外の発生元コンポーネントpublic PFMethodFaildException(PFComponent comp, java.lang.Throwable ex)
comp
- 例外の発生元コンポーネントex
- 詳細例外public PFMethodFaildException(PFComponent comp, java.lang.String message)
comp
- 例外の発生元コンポーネントmessage
- 例外メッセージpublic PFMethodFaildException(PFComponent comp, java.lang.Throwable ex, java.lang.String message)
comp
- 例外の発生元コンポーネントex
- 詳細例外message
- 例外メッセージメソッドの詳細 |
public PFComponent getSourceComponent()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |