SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#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 |