#include <iostreamexception.h>
Public Member Functions | |
IOStreamException (const char *_error_msg, ERROR_ID _error_id=eid_stream, EXCEPTION_LEVEL _exception_level=excl_fatal) | |
Constructor. | |
virtual | ~IOStreamException () |
Represents I(input)/O(utput) stream exception.
Definition at line 48 of file iostreamexception.h.
IOStreamException::IOStreamException | ( | const char * | _error_msg, | |
ERROR_ID | _error_id = eid_stream , |
|||
EXCEPTION_LEVEL | _exception_level = excl_fatal | |||
) |
Constructor.
Constructor - creating object for an string (exception message), an ERROR_ID and an EXCEPTION_LEVEL.
[in] | _error_msg | Pointer to a char object. |
[in] | _error_id | ERROR_ID: |
[in] | _exception_level | EXCEPTION_LEVEL. |
Definition at line 37 of file iostreamexception.cpp.
IOStreamException::~IOStreamException | ( | ) | [virtual] |
Destructor.
Definition at line 44 of file iostreamexception.cpp.