Class Index | Cross Index | Namespace Index |
Stream Exception
Contained in: global
Derived from:
LdasException
Derived by:
none
#include "general/streamexception.hh"
public function member index: |
|||
StreamException | (std::istream& in, int library, const std::string& info, const char* file = 0, size_t line = 0); | ||
StreamException | (std::ostream& out, int library, const std::string& info, const char* file = 0, size_t line = 0); | ||
inline | StreamException | (int library, int code, const std::string& message, const std::string& info, const char* file = 0, size_t line = 0) throw ( ); | Constructor. |
Parameters:
Parameter | Description |
int library | Name of library or api casuing the excption |
int code | Code for the exception |
const std::string& message | Text message describing the exception |
const std::string& info | Additional information about the exception |
const char* file | Name of the file where the exception was thrown |
size_t line | Line number of the file where the exception was thrown |