Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
InvalidSize Struct Reference

#include <aleph-exceptions.H>

Inheritance diagram for InvalidSize:
[legend]
Collaboration diagram for InvalidSize:
[legend]

Public Member Functions

 InvalidSize (const size_t line_number, const std::string &file_name, const std::string &type, const std::string &msg)
 
- Public Member Functions inherited from AlephException
 AlephException ()
 
 AlephException (const std::string &category_msg, const size_t line_number, const std::string &file_name, const std::string &type, const std::string &msg)
 

Additional Inherited Members

- Public Attributes inherited from AlephException
const size_t line_number = 0
 Line number of source file where the exception was thrown.
 
const std::string file_name = "No defined"
 file name where the exception was thrown
 
const std::string type = "No defined"
 
const std::string msg = "No defined"
 Type name.
 
- Protected Attributes inherited from AlephException
std::string category_msg = "No defined"
 Message describing the error.
 

Detailed Description

Definition at line 178 of file aleph-exceptions.H.

Constructor & Destructor Documentation

◆ InvalidSize()

InvalidSize::InvalidSize ( const size_t  line_number,
const std::string &  file_name,
const std::string &  type,
const std::string &  msg 
)
inline

Definition at line 178 of file aleph-exceptions.H.


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