SAGA C++ API 1.6
saga::bad_parameter Class Reference

#include <exception.hpp>

Inheritance diagram for saga::bad_parameter:

List of all members.

Public Member Functions

 bad_parameter (saga::object obj, std::string const &m)
 Brief description starts here.
 bad_parameter (saga::object obj, std::vector< saga::exception > const &l)
 bad_parameter (std::string const &m)
 Brief description starts here.

Detailed Description

Definition at line 198 of file exception.hpp.


Constructor & Destructor Documentation

saga::bad_parameter::bad_parameter ( saga::object  obj,
std::string const &  m 
) [inline]

Brief description starts here.

Definition at line 203 of file exception.hpp.

saga::bad_parameter::bad_parameter ( saga::object  obj,
std::vector< saga::exception > const &  l 
) [inline]

Definition at line 207 of file exception.hpp.

saga::bad_parameter::bad_parameter ( std::string const &  m) [inline, explicit]

Brief description starts here.

Definition at line 213 of file exception.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines