NCBI C++ ToolKit
|
Search Toolkit Book for CMacroDataException
class CMacroExecException More...
#include <gui/objutils/macro_ex.hpp>
Public Member Functions | |
virtual void | ReportExtra (ostream &out) const override |
Constructor. More... | |
CConstRef< CSerialObject > | GetData () const throw () |
Returns the ASN.1 data that caused the error. More... | |
string | GetDataAsString () const throw () |
Returns the text encoded ASN.1 data that caused the error. More... | |
Protected Member Functions | |
virtual void | x_Assign (const CException &src) override |
Private Attributes | |
CConstRef< CSerialObject > | m_Data |
class CMacroExecException
Exception that carries information about the data, that caused the error in the form of CSerialObject
Definition at line 145 of file macro_ex.hpp.