org.seasar.framework.container
クラス IllegalBindingTypeDefRuntimeException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張org.seasar.framework.exception.SRuntimeException
                  拡張org.seasar.framework.container.IllegalBindingTypeDefRuntimeException
すべての実装インタフェース:
java.io.Serializable

public class IllegalBindingTypeDefRuntimeException
extends SRuntimeException

不正なバインディングタイプ定義が指定された場合にスローされます。

作成者:
higa, jundu
関連項目:
BindingTypeDef, BindingTypeDefFactory, 直列化された形式

コンストラクタの概要
IllegalBindingTypeDefRuntimeException(java.lang.String bindingTypeName)
          IllegalBindingTypeDefRuntimeExceptionを構築します。
 
メソッドの概要
 java.lang.String getBindingTypeName()
          例外の原因となった不正なバインディングタイプ定義名を返します。
 
クラス org.seasar.framework.exception.SRuntimeException から継承したメソッド
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage
 
クラス 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
 

コンストラクタの詳細

IllegalBindingTypeDefRuntimeException

public IllegalBindingTypeDefRuntimeException(java.lang.String bindingTypeName)
IllegalBindingTypeDefRuntimeExceptionを構築します。

パラメータ:
bindingTypeName - 指定された不正なバインディングタイプ定義名
メソッドの詳細

getBindingTypeName

public java.lang.String getBindingTypeName()
例外の原因となった不正なバインディングタイプ定義名を返します。

戻り値:
バインディングタイプ定義名


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.