Uses of Class
org.nuiton.topia.persistence.TopiaQueryException
Packages that use TopiaQueryException
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaQueryException in org.nuiton.topia.persistence
Subclasses of TopiaQueryException in org.nuiton.topia.persistenceModifier and TypeClassDescriptionclassIf you get this exception, it means that you asked ToPIA to make an operation that needs a deterministic way to sort the result but you didn't defined such query.classException raised when a query returns more than one result while it was expected to return only one (or no result).classException raised when a query returned no result while at least one result was expected.