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