| インタフェース | 説明 |
|---|---|
| EntityBusinessException |
The marker interface that means business exception about entity e.g.
|
| 例外 | 説明 |
|---|---|
| AccessContextNotFoundException |
The exception of when the access context is not found on thread.
|
| AccessContextNoValueException |
The exception of when the access context on thread has no value.
|
| BatchEntityAlreadyUpdatedException |
The exception of when the entity has already been updated by other thread in batch update.
|
| BatchInsertColumnModifiedPropertiesFragmentedException |
The exception of when the modified properties are not specified as insert column.
|
| BatchUpdateColumnModifiedPropertiesFragmentedException |
The exception of when the modified properties are fragmented as batch update column.
|
| CharParameterShortSizeException |
The exception of when the size of char parameter is short.
|
| ColumnQueryCalculationUnsupportedColumnTypeException |
The exception of when the column that is an unsupported type for calculation is specified.
|
| ColumnQueryInvalidColumnSpecificationException |
The exception of when the column specification of column query is invalid.
|
| CommentTerminatorNotFoundException |
The exception of when the comment terminator is not found in outsideSql.
|
| ConditionInvokingFailureException |
The exception of when invoking condition bean or query is failed.
|
| DangerousResultSizeException |
The exception of when the result size is dangerous.
|
| DBMetaNotFoundException |
The exception of when the DB meta is not found.
|
| DfPropFileReadFailureException | |
| DfPropFileWriteFailureException | |
| EntityAlreadyDeletedException |
The exception of when the entity has already been deleted by other thread.
|
| EntityAlreadyExistsException |
The exception of when the entity already exists on the database.
|
| EntityAlreadyUpdatedException |
The exception of when the entity has already been updated by other thread.
|
| EntityDuplicatedException |
The exception of when the entity has been duplicated.
|
| EntityPrimaryKeyNotFoundException |
The exception of when the entity does not have its primary-key value.
|
| EntityUniqueKeyNotFoundException |
The exception of when the entity does not have its unique-key value.
|
| FetchingOverSafetySizeException |
The exception of when the fetching is over safety size.
|
| FixedConditionIllegalOverRelationException |
The exception of when the relation variable on fixed condition is illegal.
|
| FixedConditionParameterNotFoundException |
The exception of when the relation variable on fixed condition is illegal.
|
| IllegalBehaviorStateException |
The exception of when the state of behavior is illegal.
|
| IllegalConditionBeanOperationException |
The exception of when you do illegal operation to the condition-bean.
|
| IllegalDBFluteConfigAccessException |
The exception of when the setting to DBFluteConfig is illegal.
|
| IllegalOutsideSqlOperationException |
The exception of when you do illegal operation to the outside-SQL.
|
| InvalidQueryRegisteredException |
The exception of when the invalid query is registered.
|
| LikeSearchOptionNotFoundException |
The exception of when the required likeSearchOption is not found.
|
| MapListStringDuplicateEntryException |
The exception of when the duplicate entry is found in map-list string.
|
| MapListStringParseFailureException |
The exception of when it fails to parse map-list string.
|
| MappingClassCastException |
The exception of when the cast failure at data mapping.
|
| NonQueryDeleteNotAllowedException |
The exception of when the query-delete without a query condition is not allowed.
|
| NonQueryUpdateNotAllowedException |
The exception of when the query-update without a query condition is not allowed.
|
| NonSetupSelectRelationAccessException |
The exception of when the non-setupSelect relation is accessed.
|
| NonSpecifiedColumnAccessException |
The exception of when the non-specified column is accessed.
|
| OptimisticLockColumnValueNullException |
The exception when the optimistic lock value on the entity is null.
|
| OptionThatsBadTimingException |
The exception of when the bad timing of method call for condition-bean option.
|
| OrderByIllegalPurposeException |
The exception of when the purpose of condition-bean is illegal for order-by.
|
| OrScopeQueryAndPartAlreadySetupException |
The exception of when the and-part of or-scope has already been set up.
|
| OrScopeQueryAndPartNotOrScopeException |
The exception of when the or-scope query is not set up when using and-part.
|
| OrScopeQueryAndPartUnsupportedOperationException |
The exception of when the unsupported operation is executed when using and-part.
|
| OutsideSqlNotFoundException |
The exception of when the outside-SQL is not found.
|
| OutsideSqlReadFailureException |
The exception of when the outside-SQL is failed to read.
|
| PagingCountSelectNotCountException |
The exception of when a count select for paging can not get count.
|
| PagingOverSafetySizeException |
The exception of when the paging is over safety size.
|
| PagingPageSizeNotPlusException |
The exception of when the page size for paging is minus or zero.
|
| PagingStatusInvalidException |
The exception of when parameters for paging is not found.
|
| ParameterCommentNotAllowedInitialCharacterException |
The exception of when you write illegal parameter comment in your outside-SQL.
|
| ParseDateExpressionFailureException |
The exception of when it fails to parse date expression.
|
| PluginValueTypeNotFoundException |
The exception when plug-in value type is not found by name.
|
| QueryAlreadyRegisteredException |
The exception of when the query has already been registered.
|
| QueryDerivedReferrerInvalidColumnSpecificationException |
The exception of when the column specification of query derived referrer is invalid.
|
| QueryDerivedReferrerSelectAllPossibleException |
The exception of when the query-derived-referrer may select all.
|
| QueryDerivedReferrerUnmatchedColumnTypeException |
The exception of when the column type of query derived referrer is unmatched with the target column.
|
| QueryIllegalPurposeException |
The exception of when the purpose of condition-bean is illegal for query.
|
| QueryThatsBadTimingException |
The exception of when the bad timing of condition-bean Query.
|
| RecordHasOverlappedException |
The exception when the record has overlapped.
|
| RelationEntityNotFoundException |
The exception of when the relation entity is not found.
|
| RequiredOptionNotFoundException |
The exception of when the required option is not found.
|
| ScalarConditionInvalidColumnSpecificationException |
The exception of when the column specification of scalar sub-query is invalid.
|
| ScalarConditionInvalidForeignSpecificationException |
The exception of when the foreign specification of scalar sub-query is invalid.
|
| ScalarConditionUnmatchedColumnTypeException |
The exception of when the column type of scalar sub-query is unmatched with the target column.
|
| ScalarSelectInvalidColumnSpecificationException |
The exception of when the column specification of scalar select is invalid.
|
| ScalarSelectInvalidForeignSpecificationException |
The exception of when the foreign specification of scalar select is invalid.
|
| ScalarSelectValueNotFoundException |
The exception of when the derived scalar value of scalar select is not found.
|
| SelectedCountExceedMaxCountException |
The exception when selected count exceeds max count.
|
| SelectEntityConditionNotFoundException |
The exception of when the condition for selecting an entity is not found.
|
| SequenceCacheIllegalStateException |
The exception of when the state of sequence cache is illegal.
|
| SequenceCacheIncrementSizeInvalidException |
The exception of when the increment size is minus or zero if it uses sequence cache.
|
| SequenceCacheSizeNotDividedIncrementSizeException |
The exception of when the sequence cache size cannot be divided by increment size.
|
| SequenceSelectIllegalStateException |
The exception of when the state of sequence select is illegal.
|
| SetupSelectAfterUnionException |
The exception of when the method of set-up-select is called after union.
|
| SetupSelectIllegalPurposeException |
The exception of when the purpose is for setting up select is illegal.
|
| SetupSelectThatsBadTimingException |
The exception of when the bad timing of condition-bean SetupSelect.
|
| SpecifiedDerivedOrderByAliasNameNotFoundException |
The exception of when the alias name of specified derived order-by is not found.
|
| SpecifyColumnAlreadySpecifiedEveryColumnException |
The exception of when the SpecifyColumn is specified after SpecifyEveryColumn.
|
| SpecifyColumnAlreadySpecifiedExceptColumnException |
The exception of when the SpecifyColumn is specified after SpecifyExceptColumn.
|
| SpecifyColumnNotSetupSelectColumnException |
The exception of when the specified column is not set up selecting.
|
| SpecifyColumnTwoOrMoreColumnException |
The exception of when the column specification is called twice.
|
| SpecifyColumnWithDerivedReferrerException |
The exception of when the column specification with derived-referrer is called in a purpose.
|
| SpecifyDerivedReferrerEntityPropertyNotFoundException |
The exception of when the property of entity for specify derived referrer is not found.
|
| SpecifyDerivedReferrerIllegalPurposeException |
The exception of when the purpose for specify-derived-referrer is illegal.
|
| SpecifyDerivedReferrerInvalidAliasNameException |
The exception of when the alias name of specify-derived-referrer is invalid.
|
| SpecifyDerivedReferrerInvalidColumnSpecificationException |
The exception of when the column specification of specify-derived-referrer is invalid.
|
| SpecifyDerivedReferrerPropertyValueNotFoundException |
The exception of when the property value of specify-derived-referrer is not found.
|
| SpecifyDerivedReferrerSelectAllPossibleException |
The exception of when the specify-derived-referrer may select all.
|
| SpecifyDerivedReferrerTwoOrMoreException |
The exception of when the specify-derived-referrer is called twice.
|
| SpecifyDerivedReferrerUnknownAliasNameException |
The exception of when the unknown alias name of specify-derived-referrer is specified.
|
| SpecifyDerivedReferrerUnmatchedColumnTypeException |
The exception of when the column type of specify-derived-referrer is unmatched with the target column.
|
| SpecifyDerivedReferrerUnmatchedPropertyTypeException |
The exception of when the property type of specify-derived-referrer is unmatched with the actual type.
|
| SpecifyEveryColumnAlreadySpecifiedColumnException |
The exception of when the SpecifyEveryColumn is specified after SpecifyColumn.
|
| SpecifyExceptColumnAlreadySpecifiedColumnException |
The exception of when the SpecifyExceptColumn is specified after SpecifyColumn.
|
| SpecifyIllegalPurposeException |
The exception of when the purpose of condition-bean is illegal for specification.
|
| SpecifyRelationIllegalPurposeException |
The exception of when the purpose for specify-relation is illegal.
|
| SpecifyThatsBadTimingException |
The exception of when the bad timing of condition-bean Specify.
|
| SpecifyUpdateColumnInvalidException |
The exception of when the invalid update column is specified.
|
| SQLFailureException |
The exception of when the SQL failed to execute.
|
| UndefinedClassificationCodeException |
The exception of when the undefined classification code is found.
|
| VaryingUpdateCalculationUnsupportedColumnTypeException |
The exception of when the column that is an unsupported type for calculation is specified.
|
| VaryingUpdateCommonColumnSpecificationException |
The exception of when the common column is specified when varying update.
|
| VaryingUpdateInvalidColumnSpecificationException |
The exception of when the column specification of varying-update is invalid.
|
| VaryingUpdateNotFoundCalculationException |
The exception of when the column calculation of varying-update is not found.
|
| VaryingUpdateOptimisticLockSpecificationException |
The exception of when the optimistic-lock column is specified when varying update.
|
| VaryingUpdatePrimaryKeySpecificationException |
The exception of when the primary key column is specified when varying update.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.