43 #ifndef LIBLAS_EXCEPTION_HPP_INCLUDED 44 #define LIBLAS_EXCEPTION_HPP_INCLUDED 58 : std::runtime_error(msg), m_who(who)
64 unsigned int who()
const 79 : std::runtime_error(msg)
121 #endif // LIBLAS_EXCEPTION_HPP_INCLUDED
invalid_expression(std::string const &msg)
Definition: exception.hpp:87
Definition: exception.hpp:111
Exception reporting invalid point data.
Definition: exception.hpp:53
Definition: exception.hpp:74
unsigned int who() const
Return flags identifying invalid point data members.
Definition: exception.hpp:64
Definition: exception.hpp:83
Namespace grouping all elements of libLAS public interface.
Definition: bounds.hpp:60
not_yet_implemented(std::string const &msg)
Definition: exception.hpp:114
configuration_error(std::string const &msg)
Definition: exception.hpp:105
invalid_point_data(std::string const &msg, unsigned int who)
Definition: exception.hpp:57
Definition: exception.hpp:102
liblas_error(std::string const &msg)
Definition: exception.hpp:78