Developer documentation
Version 3.0.3-105-gd3941f44
MR::InvalidFixelDirectoryException Class Reference

#include "fixel/helpers.h"

Inheritance diagram for MR::InvalidFixelDirectoryException:
MR::Exception

Public Member Functions

 InvalidFixelDirectoryException (const std::string &msg)
 
 InvalidFixelDirectoryException (const Exception &previous_exception, const std::string &msg)
 
- Public Member Functions inherited from MR::Exception
 Exception ()
 
 Exception (const std::string &msg)
 
 Exception (const Exception &previous_exception, const std::string &msg)
 
void display (int log_level=0) const
 
size_t num () const
 
const std::string & operator[] (size_t n) const
 
void push_back (const std::string &s)
 
void push_back (const Exception &e)
 

Additional Inherited Members

- Public Attributes inherited from MR::Exception
vector< std::string > description
 
- Static Public Attributes inherited from MR::Exception
static void(* display_func )(const Exception &E, int log_level)
 

Detailed Description

Definition at line 32 of file helpers.h.

Constructor & Destructor Documentation

◆ InvalidFixelDirectoryException() [1/2]

MR::InvalidFixelDirectoryException::InvalidFixelDirectoryException ( const std::string &  msg)
inline

Definition at line 35 of file helpers.h.

◆ InvalidFixelDirectoryException() [2/2]

MR::InvalidFixelDirectoryException::InvalidFixelDirectoryException ( const Exception previous_exception,
const std::string &  msg 
)
inline

Definition at line 36 of file helpers.h.


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