Remoto - VFS: VFS_mongo_collectionException Class Reference
Remoto - VFS
VFS_mongo_collectionException Class Reference

A subclass of VFS_mongo_exception signalling a problem with the collection path of an operation. More...

#include <VFS_mongo.h>

Inheritance diagram for VFS_mongo_collectionException:
VFS_mongo_exception

Public Member Functions

 VFS_mongo_collectionException (QString m)
 VFS_mongo_collectionException constructor. More...
 
virtual ~VFS_mongo_collectionException () throw ()
 
- Public Member Functions inherited from VFS_mongo_exception
 VFS_mongo_exception (QString m)
 VFS_mongo_exception constructor. More...
 
virtual ~VFS_mongo_exception () throw ()
 
virtual const char * what () const throw ()
 Fetch the exception message, in the style of std::exception. More...
 

Additional Inherited Members

- Protected Attributes inherited from VFS_mongo_exception
QString _message
 This exception's message. More...
 

Detailed Description

A subclass of VFS_mongo_exception signalling a problem with the collection path of an operation.

Parameters
mThe exception message

Generally, requests to VFS_mongo will require a path with two components, in the form of "collection/_id". This exception means that the collection portion of a path refers to a non-existent collection.

See also
VFS_mongo_directoryException
VFS_mongo::readDocument()
VFS_mongo::writeDocument()
VFS_mongo::removeDocument()

Definition at line 119 of file VFS_mongo.h.

Constructor & Destructor Documentation

◆ VFS_mongo_collectionException()

VFS_mongo_collectionException::VFS_mongo_collectionException ( QString  m)
explicit

VFS_mongo_collectionException constructor.

Parameters
mThe exception message

Definition at line 1147 of file VFS_mongo.cpp.

◆ ~VFS_mongo_collectionException()

VFS_mongo_collectionException::~VFS_mongo_collectionException ( )
throw (
)
virtual

Definition at line 1149 of file VFS_mongo.cpp.


The documentation for this class was generated from the following files: