|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.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
public class 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()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||