#include <string.h>
#include <ilserver/ilbcomp.h>
#include <ilserver/boolean.h>
Classes | |
class | IlsAddingToOpenTable |
Thrown when trying to add an object to a container to which an iterator points. More... | |
class | IlsAlreadyInTable |
Thrown when trying to add an object already in the container. More... | |
class | IlsBeginningOfList |
Thrown if an iterator is moved before the first item. More... | |
class | IlsClearingOpenTable |
Thrown when clearing a container with an existing iterator. More... | |
class | IlsEndOfList |
Thrown when iterating a container past the last item. More... | |
class | IlsException |
This class is the base class for all exceptions thrown in the Server library. More... | |
class | IlsForbiddenOnEmptyList |
Thrown when trying to get first or last object from an empty relation. More... | |
class | IlsNotFound |
Thrown when trying to suppress an object that is not in the container. More... | |
class | IlsNullPointerDereferencing |
Thrown when trying to dereference a null smart pointer. More... | |
class | IlsRemovingFromOpenTable |
Thrown when trying to remove an object from a container to which an iterator points. More... | |
class | IlsUtilityException |
This is the base class for all exceptions thrown by the utility classes. More... | |