public class IncorrectResultSetColumnCountException extends DataRetrievalFailureException
IncorrectResultSizeDataAccessException, 連載形式 | コンストラクターと説明 |
|---|
IncorrectResultSetColumnCountException(int expectedCount, int actualCount)IncorrectResultSetColumnCountException のコンストラクター。 |
IncorrectResultSetColumnCountException(StringSE msg, int expectedCount, int actualCount)IncorrectResultCountDataAccessException のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
int | getActualCount() 実際の列数を返します。 |
int | getExpectedCount() 予想される列数を返します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic IncorrectResultSetColumnCountException(int expectedCount,
int actualCount)expectedCount - 予想される列数 actualCount - 実際の列数 public IncorrectResultSetColumnCountException(StringSE msg, int expectedCount, int actualCount)
msg - 詳細メッセージ expectedCount - 予想される列数 actualCount - 実際の列数