Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::BadOptionValueException Class Reference

#include <src/libslic3r/Config.hpp>

+ Inheritance diagram for Slic3r::BadOptionValueException:
+ Collaboration diagram for Slic3r::BadOptionValueException:

Public Member Functions

 BadOptionValueException ()
 
 BadOptionValueException (const std::string &message)
 
 BadOptionValueException (const char *message)
 

Detailed Description

Constructor & Destructor Documentation

◆ BadOptionValueException() [1/3]

Slic3r::BadOptionValueException::BadOptionValueException ( )
inline
154: ConfigurationError("Bad option value exception") {}

◆ BadOptionValueException() [2/3]

Slic3r::BadOptionValueException::BadOptionValueException ( const std::string &  message)
inline
155: ConfigurationError(message) {}

◆ BadOptionValueException() [3/3]

Slic3r::BadOptionValueException::BadOptionValueException ( const char *  message)
inline
156: ConfigurationError(message) {}

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