libpniio
|
unexpected invalid object More...
#include <exceptions.hpp>
Public Member Functions | |
invalid_object_error () | |
default constructor More... | |
invalid_object_error (const pni::core::exception_record &i, const pni::core::string &d) | |
constructor More... | |
~invalid_object_error () throw () | |
destructor More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, const invalid_object_error &e) |
output operator More... | |
Raised in cases where an object is unexpectedly in an invalid state. An object uses this exception in cases where the user makes a request on a feature not availabel as the object is in an invalid state.
|
explicit |
|
explicit |
pni::io::invalid_object_error::~invalid_object_error | ( | ) | ||
throw | ( | |||
) |
|
friend |