Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
ColumnDoesNotExist Class Reference

#include <metadata_base.h>

Inheritance diagram for ColumnDoesNotExist:
Inheritance graph
[legend]
Collaboration diagram for ColumnDoesNotExist:
Collaboration graph
[legend]

Public Member Functions

 ColumnDoesNotExist (MDLabel label, const FileName &fn)
 
 ColumnDoesNotExist (const std::string &msg)
 

Detailed Description

Definition at line 116 of file metadata_base.h.

Constructor & Destructor Documentation

◆ ColumnDoesNotExist() [1/2]

ColumnDoesNotExist::ColumnDoesNotExist ( MDLabel  label,
const FileName fn 
)
inline

Definition at line 118 of file metadata_base.h.

118 : std::logic_error("Column '" + MDL::label2Str(label) + " does not exist" + (fn.isEmpty() ? "" : " in " + fn)) {};
bool isEmpty() const
static String label2Str(const MDLabel &label)

◆ ColumnDoesNotExist() [2/2]

ColumnDoesNotExist::ColumnDoesNotExist ( const std::string &  msg)
inline

Definition at line 119 of file metadata_base.h.

119 : std::logic_error(msg) {};

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