#include <stlsoft/util/options_verifier.hpp>
| Public Types | |
| typedef std::runtime_error | parent_class_type | 
| typedef option_verification_exception | class_type | 
| Public Member Functions | |
| option_verification_exception (char const *message) | |
| template<typename S> | |
| option_verification_exception (S const &message) | |
| option_verification_exception (class_type const &rhs) | |
| Copy constructor. | |
| class_type & | operator= (class_type const &rhs) | 
| Copy assignment operator. | |
| option_verification_exception | ( | class_type const & | rhs | ) |  [inline] | 
Copy constructor.
| class_type& operator= | ( | class_type const & | rhs | ) |  [inline] | 
Copy assignment operator.
 1.5.6
 1.5.6