public class PFComponentException extends PFException
| コンストラクタと説明 |
|---|
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()
発生元コンポーネントを取得する。
|
getDetailException, printStackTrace, printStackTrace, printStackTrace, setDetailExceptionpublic 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()