Skip to content

Class nptool::Exception

ClassList > nptool > Exception

Inherits the following classes: std::exception

Inherited by the following classes: nptool::Error, nptool::Warning

Public Functions

Type Name
Exception ()
virtual bool IsError ()
virtual bool IsWarning ()
void Set (std::string cls, std::string msg, std::string fix="")
const char * what () const
~Exception ()

Public Functions Documentation

function Exception

inline nptool::Exception::Exception () 

function IsError

inline virtual bool nptool::Exception::IsError () 

function IsWarning

inline virtual bool nptool::Exception::IsWarning () 

function Set

inline void nptool::Exception::Set (
    std::string cls,
    std::string msg,
    std::string fix=""
) 

function what

inline const char * nptool::Exception::what () const

function ~Exception

inline nptool::Exception::~Exception () 


The documentation for this class was generated from the following file src/core/NPException.h