org.datanucleus.store.mapped.exceptions
Class IncompatibleQueryElementTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.mapped.exceptions.IncompatibleQueryElementTypeException
- All Implemented Interfaces:
- Serializable
public class IncompatibleQueryElementTypeException
- extends NucleusUserException
A IncompatibleQueryElementTypeException is thrown if a variable used
in a query is detected to have an type incompatible with the element type of
the collection to which it is being applied.
- See Also:
Query,
CollectionStore,
Serialized Form
IncompatibleQueryElementTypeException
public IncompatibleQueryElementTypeException(String expectedType,
String actualType)
- Constructs an incompatible query element type exception.
- Parameters:
expectedType - The expected element base type.actualType - The actual element type.
Copyright © 2012. All Rights Reserved.