#include "lExceptions.h"
Include dependency graph for iopcExceptions.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | IopcExceptionUnexpected |
Thrown if some unexpected error occurs. Can be thrown also if user changes XML mapping file in a forbidden way (f.e. deletes some attributes from it). More... | |
class | IopcExceptionInvalidReference |
Thrown if user attempts to use reference Ref<T> that is not valid, because reference to unrelated type was assigned to it. More... | |
class | IopcExceptionReferencedObjectDoesntExist |
Thrown if accessing persistent association (reference) that points to an object which doesn't exist (object with given OID not found in project's main table). More... | |
class | IopcExceptionCannotFindClassObject |
Thrown if class object for given IopcPersistentObject cannot be found because the input XML file does not contain information about that class. More... | |
class | IopcExceptionInvalidSql |
User specified SQL fragment was invalid. More... |