Skip to content

Class nptool::Error

ClassList > nptool > Error

Inherits the following classes: nptool::Exception

Public Functions

Type Name
Error (std::string cls, std::string msg, std::string fix="")
virtual bool IsError ()
virtual bool IsWarning ()
~Error ()

Public Functions inherited from nptool::Exception

See nptool::Exception

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 Error

inline nptool::Error::Error (
    std::string cls,
    std::string msg,
    std::string fix=""
) 

function IsError

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

Implements nptool::Exception::IsError


function IsWarning

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

Implements nptool::Exception::IsWarning


function ~Error

inline nptool::Error::~Error () 


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