commons
b2007101701

org.phosphoresce.commons.util
クラス ExceptionUtil

java.lang.Object
  拡張org.phosphoresce.commons.util.ExceptionUtil

public final class ExceptionUtil
extends java.lang.Object

例外ユーティリティクラス。

作成者:
Kitagawa

メソッドの概要
static java.lang.String getStackTraceValue(java.lang.Throwable throwable)
          指定されたThrowableオブジェクトのスタックトレースをStringオブジェクトとして取得します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getStackTraceValue

public static java.lang.String getStackTraceValue(java.lang.Throwable throwable)
指定されたThrowableオブジェクトのスタックトレースをStringオブジェクトとして取得します。

パラメータ:
throwable - Throwableオブジェクト
戻り値:
スタックトレース

commons
b2007101701