Option++  2.0
C++ library for reading command-line options
Classes | Namespaces
error.hpp File Reference

Header file for exception classes. More...

#include <stdexcept>
#include <string>
Include dependency graph for error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  optionpp::error
 Base class for library exceptions. More...
 
class  optionpp::out_of_range
 Exception indicating out of range access. More...
 
class  optionpp::bad_dereference
 Exception indicating an invalid iterator was dereferenced. More...
 
class  optionpp::type_error
 Exception indicating a type error. More...
 

Namespaces

 optionpp
 Library namespace.
 

Detailed Description

Header file for exception classes.