org.seasar.extension.jdbc.exception
クラス NonEntityRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.jdbc.exception.NonEntityRuntimeException
- すべての実装されたインタフェース:
- Serializable
public class NonEntityRuntimeException
- extends SRuntimeException
エンティティではない場合の例外です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
NonEntityRuntimeException
public NonEntityRuntimeException(Class<?> targetClass)
NonEntityRuntimeException
を作成します。
- パラメータ:
targetClass
- クラス
getTargetClass
public Class<?> getTargetClass()
- 対象クラスを返します。
- 戻り値:
- 対象クラス
Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.