|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception jp.go.aist.dmrc.platform.base.PFException jp.go.aist.dmrc.platform.base.PFComponentException
public class PFComponentException
プラットフォーム上のコンポーネントが発生させる例外。
コンポーネントから発生する全ての例外の親クラスとなる。
コンストラクタの概要 | |
---|---|
PFComponentException(PFComponent comp)
指定されたコンポーネントから発生した例外を生成する。 |
|
PFComponentException(PFComponent comp,
java.lang.String message)
指定されたコンポーネント、メッセージをもつ例外を生成する。 |
|
PFComponentException(PFComponent comp,
java.lang.Throwable ex)
指定されたコンポーネントから発生した例外を生成する。 |
|
PFComponentException(PFComponent comp,
java.lang.Throwable ex,
java.lang.String message)
指定されたコンポーネント、メッセージをもつ例外を生成する。 |
メソッドの概要 | |
---|---|
PFComponent |
getSourceComponent()
発生元コンポーネントを取得する。 |
クラス 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 PFComponentException(PFComponent comp)
comp
- 例外の発生元コンポーネントpublic PFComponentException(PFComponent comp, java.lang.Throwable ex)
comp
- 例外の発生元コンポーネントex
- 詳細例外public PFComponentException(PFComponent comp, java.lang.String message)
comp
- 例外の発生元コンポーネントmessage
- 例外メッセージpublic PFComponentException(PFComponent comp, java.lang.Throwable ex, java.lang.String message)
comp
- 例外の発生元コンポーネントex
- 詳細例外message
- 例外メッセージメソッドの詳細 |
---|
public PFComponent getSourceComponent()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |