|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.framework.exception.SRuntimeException org.seasar.extension.jdbc.exception.IllegalIdPropertySizeRuntimeException
public class IllegalIdPropertySizeRuntimeException
IDプロパティの数が不正な場合の例外です。
コンストラクタの概要 | |
---|---|
IllegalIdPropertySizeRuntimeException(java.lang.String entityName,
int collectSize,
int specifiedSize)
IllegalIdPropertySizeRuntimeException を作成します。 |
メソッドの概要 | |
---|---|
int |
getActualSize()
IDプロパティに指定された数を返します。 |
java.lang.String |
getEntityName()
エンティティ名を返します。 |
int |
getExpectedSize()
IDプロパティの実際の数を返します。 |
クラス 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 |
コンストラクタの詳細 |
---|
public IllegalIdPropertySizeRuntimeException(java.lang.String entityName, int collectSize, int specifiedSize)
IllegalIdPropertySizeRuntimeException
を作成します。
entityName
- エンティティ名collectSize
- IDプロパティの実際の数specifiedSize
- IDプロパティに指定された数メソッドの詳細 |
---|
public java.lang.String getEntityName()
public int getExpectedSize()
public int getActualSize()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |