Exceptions thrown by SUPStatementBuilder when building an SUPQuery, or by SUPQueryResultSet during processing of the results. These exceptions occur if the query called for an entity or attribute that does not exist, or tried to access results with the wrong datatype.
- SUPAbstractClassException.h
– thrown when the query specifies an abstract class.
- SUPInvalidDataTypeException.h
– thrown when the query tries to access results with an invalid datatype.
- SUPNoSuchAttributeException.h
– thrown when the query calls for an atttribute that does not exist.
- SUPNoSuchClassException.h
– thrown when the query calls for a class that does not exist.
- SUPNoSuchParameterException.h
– thrown when the query calls for a parameter that does not exist.
- SUPNoSuchOperationException.h
– thrown when the query calls for an operation that does not exist.
- SUPWrongDataTypeException.h
– thrown when the query tries to access results with an incorrect datatype definition.