#include <AxisException.hpp>
Inheritance diagram for AxisException::
Public Methods | |
AxisException () | |
AxisException (std::string p_Err, unsigned short p_Lvl) | |
Create with a cause of exception & level of severity. More... | |
virtual | ~AxisException () |
const std::string& | GetErrorMsg () |
Get the cause of exception. More... | |
const std::string& | GetErrorMsg (unsigned short p_Lvl) |
Get the cause of exception & level of severity. More... | |
void | Clear () |
Protected Attributes | |
std::string | m_Error |
cause of exception info. More... | |
unsigned short | m_Lvl |
seviarity of the exception. More... |
General Exception handler for Axis
Definition at line 76 of file AxisException.hpp.
|
Definition at line 79 of file AxisException.hpp. |
|
Create with a cause of exception & level of severity. Create a exception with a cause of exception & level of severity
Definition at line 77 of file AxisException.cpp. |
|
Definition at line 83 of file AxisException.cpp. |
|
Definition at line 90 of file AxisException.hpp. |
|
Get the cause of exception & level of severity.
Definition at line 89 of file AxisException.hpp. |
|
Get the cause of exception.
Definition at line 86 of file AxisException.hpp. |
|
cause of exception info.
Definition at line 94 of file AxisException.hpp. |
|
seviarity of the exception.
Definition at line 95 of file AxisException.hpp. |
Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved