jp.co.cybec.cb3.exception
クラス CB3RuntimeException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.springframework.core.NestedRuntimeException
                  上位を拡張 jp.co.cybec.cb3.exception.CB3RuntimeException
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
AccessorRuntimeException, ConfigurationRuntimeException, MessageResourceException, ServiceRuntimeException

public class CB3RuntimeException
extends org.springframework.core.NestedRuntimeException

CB3 Frameworkで定義された実行時例外の基底クラス。

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

コンストラクタの概要
CB3RuntimeException(Exception cause)
          コンストラクタ。
CB3RuntimeException(String msg)
          コンストラクタ。
CB3RuntimeException(String msg, Exception cause)
          コンストラクタ。
 
メソッドの概要
 
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMessage, getMostSpecificCause, getRootCause
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

CB3RuntimeException

public CB3RuntimeException(Exception cause)
コンストラクタ。

パラメータ:
cause - 発生元の例外

CB3RuntimeException

public CB3RuntimeException(String msg)
コンストラクタ。

パラメータ:
msg - メッセージ

CB3RuntimeException

public CB3RuntimeException(String msg,
                           Exception cause)
コンストラクタ。

パラメータ:
msg - メッセージ
cause - 発生元の例外


Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.