chsvlib
chsv helper source code

Classes of exceptions which correspond to predefined error codes. More...

Collaboration diagram for Predefined exceptions:

Classes

struct  OutOfMemoryException
 Insufficient memory exception. More...
 
struct  InvalidParameterException
 Invalid parameter exception. More...
 
struct  InsufficientBufferException
 Insufficient buffer exception. More...
 
struct  OutOfRangeException
 Out of range exception. More...
 
struct  InitializationFailureException
 Initialization failure exception. More...
 
struct  NotInitializedException
 Reading an uninitialized resource exception. More...
 
struct  AlreadyInitializedException
 Initializing an already initialized resource exception. More...
 
struct  InvalidVersionException
 Improper version exception. More...
 
struct  NotFoundException
 Item not found exception. More...
 
struct  AlreadyExistsException
 Resource already exists exception. More...
 
struct  InvalidResourceException
 Invalid resource exception. More...
 
struct  AccessDeniedException
 Access denied exception. More...
 
struct  StorageFullnessException
 Storage full exception. More...
 
struct  InvalidCharSequenceException
 Invalid multibyte character sequence exception. More...
 
struct  OperationCancelledException
 Operation is cancelled exception. More...
 
struct  NameTooLongException
 Name is too long exception. More...
 
struct  PossibleDeadlockException
 Possible deadlock exception. More...
 
struct  TimeoutException
 Timeout exception. More...
 
struct  OwnerDeadException
 A thread owning a resource is dead. More...
 
struct  UnsupportedCallException
 Unsupported (unimplemented) call exception. More...
 
struct  ArithmeticOverflowException
 Arithmetic overflow exception. More...
 
struct  StackOverflowException
 Stack overflow exception. More...
 
struct  UnknownException
 Unknown exception corresponding to an unknown error code . More...
 

Detailed Description

Classes of exceptions which correspond to predefined error codes.