Remoto - VFS: VFS_mongo_directoryException Class Reference
Remoto - VFS
VFS_mongo_directoryException Class Reference

A subclass of VFS_mongo_exception signalling a problem with the path of a read or write operation. More...

#include <VFS_mongo.h>

Inheritance diagram for VFS_mongo_directoryException:
VFS_mongo_exception

Public Member Functions

 VFS_mongo_directoryException (QString m)
 VFS_mongo_directoryException constructor. More...
 
virtual ~VFS_mongo_directoryException () 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 path of a read or write 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 path does not have two components.

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

Definition at line 112 of file VFS_mongo.h.

Constructor & Destructor Documentation

◆ VFS_mongo_directoryException()

VFS_mongo_directoryException::VFS_mongo_directoryException ( QString  m)
explicit

VFS_mongo_directoryException constructor.

Parameters
mThe exception message

Definition at line 1124 of file VFS_mongo.cpp.

◆ ~VFS_mongo_directoryException()

VFS_mongo_directoryException::~VFS_mongo_directoryException ( )
throw (
)
virtual

Definition at line 1126 of file VFS_mongo.cpp.


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