SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TNSException Class Reference

#include <linalg.h>

Inherits TExcept.

Public Member Functions

 TNSException (const TStr &Msg)
 
- Public Member Functions inherited from TExcept
 TExcept (const TStr &_MsgStr)
 
 TExcept (const TStr &_MsgStr, const TStr &_LocStr)
 
virtual ~TExcept ()
 
TStr GetMsgStr () const
 
TStr GetLocStr () const
 
TStr GetStr () const
 

Public Attributes

TStr Message
 

Additional Inherited Members

- Public Types inherited from TExcept
typedef void(* TOnExceptF) (const TStr &MsgStr)
 
- Static Public Member Functions inherited from TExcept
static PExcept New (const TStr &MsgStr, const TStr &LocStr=TStr())
 
static bool IsOnExceptF ()
 
static void PutOnExceptF (TOnExceptF _OnExceptF)
 
static TOnExceptF GetOnExceptF ()
 
static void Throw (const TStr &MsgStr)
 
static void Throw (const TStr &MsgStr, const TStr &ArgStr)
 
static void Throw (const TStr &MsgStr, const TStr &ArgStr1, const TStr &ArgStr2)
 
static void ThrowFull (const TStr &MsgStr, const TStr &LocStr)
 
- Static Public Attributes inherited from TExcept
static TOnExceptF OnExceptF =NULL
 

Detailed Description

Definition at line 291 of file linalg.h.

Constructor & Destructor Documentation

TNSException::TNSException ( const TStr Msg)
inline

Definition at line 295 of file linalg.h.

295 : TExcept(Msg) {}
TExcept(const TStr &_MsgStr)
Definition: ut.h:167

Member Data Documentation

TStr TNSException::Message

Definition at line 293 of file linalg.h.


The documentation for this class was generated from the following file: