content-notifier
b2007092401

org.phosphoresce.contentnotifier.exception
クラス NotifyExecuteException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張org.phosphoresce.contentnotifier.exception.NotifyExecuteException
すべての実装インタフェース:
java.io.Serializable

public class NotifyExecuteException
extends java.lang.Exception

通知処理時の例外クラス

作成者:
Kitagawa
関連項目:
直列化された形式

コンストラクタの概要
NotifyExecuteException()
          コンストラクタ
NotifyExecuteException(java.lang.String message)
          コンストラクタ
NotifyExecuteException(java.lang.String message, java.lang.Throwable cause)
          コンストラクタ
NotifyExecuteException(java.lang.Throwable cause)
          コンストラクタ
 
メソッドの概要
 java.lang.Throwable getParent()
          ルートケース例外を取得します。
 boolean hasParent()
          ルートケース例外を保持するか判定します。
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

NotifyExecuteException

public NotifyExecuteException()
コンストラクタ


NotifyExecuteException

public NotifyExecuteException(java.lang.String message,
                              java.lang.Throwable cause)
コンストラクタ

パラメータ:
message -
cause -

NotifyExecuteException

public NotifyExecuteException(java.lang.String message)
コンストラクタ

パラメータ:
message -

NotifyExecuteException

public NotifyExecuteException(java.lang.Throwable cause)
コンストラクタ

パラメータ:
cause -
メソッドの詳細

hasParent

public final boolean hasParent()
ルートケース例外を保持するか判定します。

戻り値:
ルートケース例外を保持する場合trueを返却

getParent

public final java.lang.Throwable getParent()
ルートケース例外を取得します。

戻り値:
ルートケース例外を返却します。

printStackTrace

public void printStackTrace()
関連項目:
Throwable.printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream s)
関連項目:
Throwable.printStackTrace(java.io.PrintStream)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
関連項目:
Throwable.printStackTrace(java.io.PrintWriter)

content-notifier
b2007092401