|
SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <ut.h>


Public Types | |
| typedef void(* | TOnExceptF )(const TStr &MsgStr) |
Public Member Functions | |
| TExcept (const TStr &_MsgStr) | |
| TExcept (const TStr &_MsgStr, const TStr &_LocStr) | |
| virtual | ~TExcept () |
| TStr | GetMsgStr () const |
| TStr | GetLocStr () const |
| TStr | GetStr () const |
Static Public Member Functions | |
| 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 | |
| static TOnExceptF | OnExceptF =NULL |
Private Member Functions | |
| UndefDefaultCopyAssign (TExcept) | |
Private Attributes | |
| TCRef | CRef |
| TStr | MsgStr |
| TStr | LocStr |
Friends | |
| class | TPt< TExcept > |
|
inlinestatic |
Definition at line 169 of file ut.h.
Referenced by TUnicode::EncodeUtf8(), Throw(), and ThrowFull().

|
inlinestatic |
|
inlinestatic |
Definition at line 187 of file ut.h.
References New().
Referenced by TBlobBs::AssertBlobTag(), TXmlObjSer::AssertXmlHd(), TXmlLx::EThrow(), ExeStop(), TXmlObjSer::GetBoolArg(), TJsonVal::GetChAFromVal(), TXmlObjSer::GetFltArg(), TXmlObjSer::GetInt64Arg(), TXmlObjSer::GetIntArg(), TJsonVal::GetValFromLx(), TLinReg::NR_gaussj(), TLinReg::NR_lfit(), TSvd::NR_svdcmp(), and XLoadFromFile().


|
inlinestatic |
Definition at line 198 of file ut.h.
References New().
Referenced by TBlobBs::AssertBlobBsStateStr().


|
private |
|
static |