Uses of Class
org.seasar.doma.DomaException
Packages that use DomaException
Package
Description
Provides annotations and exceptions.
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides criteria query statements.
Provides the classes that are related to domains.
Provides classes and interfaces for entity mapping and lifecycle management.
Provides transaction related classes.
-
Uses of DomaException in org.seasar.doma
Subclasses of DomaException in org.seasar.domaModifier and TypeClassDescriptionclassThrown to indicate that an argument does not meet the preconditions required by a method.classThrown to indicate that an argument isnulland null values are not allowed for this parameter. -
Uses of DomaException in org.seasar.doma.internal.expr
Subclasses of DomaException in org.seasar.doma.internal.expr -
Uses of DomaException in org.seasar.doma.internal.jdbc.scalar
Subclasses of DomaException in org.seasar.doma.internal.jdbc.scalar -
Uses of DomaException in org.seasar.doma.jdbc
Subclasses of DomaException in org.seasar.doma.jdbcModifier and TypeClassDescriptionclassThrown to indicate that optimistic locking is failed in a batch processing.classThrown to indicate that a batch processing is failed.classThrown to indicate that an unique constraint violation occurs in a batch processing.classThrown to indicate that there is an inadequate configuration in aConfigobject.classThrown to indicate that the DAO method is not found.classThrown to indicate that a column is duplicated in a result set.classThrown to indicate a JDBC related error during database operations.classThrown to indicate that a JDBC related unsupported method is invoked.classThrown to indicate that the number of fetched column is expected less than or equal to 1, but actually it is greater than or equal to 2.classThrown to indicate that the number of fetched rows is expected less than or equal to 1, but actually it is greater than or equal to 2.classThrown to indicate that the number of fetched rows is expected more than 0, but actually it is 0.classThrown to indicate that optimistic locking is failed.classThrown to indicate that all properties in an entity are not mapped to columns in a result set.classThrown to indicate that the one of SQL statements in a script file throws an exception.classThrown to indicate that a script file is not found.classThrown to indicate that the SQL execution is failed.classThrown to indicate that the SQL file is not found.classThrown to indicate that an unique constraint violation occurs.classclassThrown to indicate that there is the column that is unknown to an entity. -
Uses of DomaException in org.seasar.doma.jdbc.criteria.statement
Subclasses of DomaException in org.seasar.doma.jdbc.criteria.statement -
Uses of DomaException in org.seasar.doma.jdbc.domain
Subclasses of DomaException in org.seasar.doma.jdbc.domainModifier and TypeClassDescriptionclassThrown to indicate that the domain description is not found. -
Uses of DomaException in org.seasar.doma.jdbc.entity
Subclasses of DomaException in org.seasar.doma.jdbc.entityModifier and TypeClassDescriptionclassException thrown when access to an entity property fails.classException thrown when a property is referenced but not defined in an entity class.classException thrown when a property is not found in an entity class.classException thrown when an entity type implementation is not found.classThrown to indicate that the access to the filed that is annotated withOriginalStatesis failed.classException thrown when a field annotated withOriginalStatesis not found in an entity. -
Uses of DomaException in org.seasar.doma.jdbc.tx
Subclasses of DomaException in org.seasar.doma.jdbc.txModifier and TypeClassDescriptionclassThrown to indicate that a save point already exists.classThrown to indicate that a save point is not found.classThrown to indicate that a transaction is already begun.classThrown to indicate that a transaction is not yet begun.