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

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

public class AccessorRuntimeException
extends CB3RuntimeException

アクセッサに関する例外の基底クラス。

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

コンストラクタの概要
AccessorRuntimeException(Exception cause)
          コンストラクタ。
AccessorRuntimeException(String msg)
          コンストラクタ。
AccessorRuntimeException(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
 

コンストラクタの詳細

AccessorRuntimeException

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

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

AccessorRuntimeException

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

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

AccessorRuntimeException

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

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


Copyright © 2008 Cyber Beans Corporation. All Rights Reserved.