| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   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 TExpBi::AssertArgs(), TExpBi::AssertArgValType(), TBlobBs::AssertBlobTag(), TXmlObjSer::AssertXmlHd(), TXmlLx::EThrow(), TExp::EvalExp(), TExp::EvalExpOp(), ExeStop(), TExpBi::GetBiConstVal(), TExpBi::GetBiFuncVal(), TXmlObjSer::GetBoolArg(), TJsonVal::GetChAFromVal(), TXmlObjSer::GetFltArg(), TExpVal::GetFltValAsInt(), TXmlObjSer::GetInt64Arg(), TXmlObjSer::GetIntArg(), TExpHelpObj::GetObjTypeFromStr(), 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 |