bodybuilder.test.common
クラス Catch

java.lang.Object
  拡張bodybuilder.test.common.Catch

public class Catch
extends java.lang.Object

catch


コンストラクタの概要
Catch(org.jdom.Element catchElem)
          コンストラクタ
 
メソッドの概要
 java.lang.Exception getException()
          例外を取得する。
 java.lang.String getType()
          タイプを取得する。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Catch

public Catch(org.jdom.Element catchElem)
コンストラクタ

パラメータ:
catchElem - 例外要素
メソッドの詳細

getType

public java.lang.String getType()
タイプを取得する。

戻り値:
タイプ

getException

public java.lang.Exception getException()
例外を取得する。

戻り値:
例外