Go to the documentation of this file.
42 #ifndef _EXCEPTIONS_H_
43 #define _EXCEPTIONS_H_
348 BadSizeException(
const std::string& text,
size_t badSize,
size_t correctSize);
378 OutOfRangeException(
const std::string& text,
double badValue,
double lowerBound,
double upperBound);
418 #endif // _EXCEPTIONS_H_