ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Typedefs | Functions | Variables
TError.h File Reference
#include "Rtypes.h"
#include <stdarg.h>
Include dependency graph for TError.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define R__ASSERT(e)
 
#define R__CHECK(e)
 

Typedefs

typedef void(* ErrorHandlerFunc_t )(int level, Bool_t abort, const char *location, const char *msg)
 

Functions

void ErrorHandler (int level, const char *location, const char *fmt, va_list va)
 General error handler function. It calls the user set error handler. More...
 
void DefaultErrorHandler (int level, Bool_t abort, const char *location, const char *msg)
 The default error handler function. More...
 
ErrorHandlerFunc_t SetErrorHandler (ErrorHandlerFunc_t newhandler)
 Set an errorhandler function. Returns the old handler. More...
 
ErrorHandlerFunc_t GetErrorHandler ()
 Returns the current error handler function. More...
 
void Info (const char *location, const char *msgfmt,...)
 
void Warning (const char *location, const char *msgfmt,...)
 
void Error (const char *location, const char *msgfmt,...)
 
void Break (const char *location, const char *msgfmt,...)
 
void SysError (const char *location, const char *msgfmt,...)
 
void Fatal (const char *location, const char *msgfmt,...)
 
void AbstractMethod (const char *method)
 This function can be used in abstract base classes in case one does not want to make the class a "real" (in C++ sense) ABC. More...
 
void MayNotUse (const char *method)
 This function can be used in classes that should override a certain function, but in the inherited class the function makes no sense. More...
 
void Obsolete (const char *function, const char *asOfVers, const char *removedFromVers)
 Use this function to declare a function obsolete. More...
 

Variables

const Int_t kUnset = -1
 
const Int_t kPrint = 0
 
const Int_t kInfo = 1000
 
const Int_t kWarning = 2000
 
const Int_t kError = 3000
 
const Int_t kBreak = 4000
 
const Int_t kSysError = 5000
 
const Int_t kFatal = 6000
 
R__EXTERN TVirtualMutexgErrorMutex
 
R__EXTERN const char * kAssertMsg
 
R__EXTERN const char * kCheckMsg
 
R__EXTERN Int_t gErrorIgnoreLevel
 
R__EXTERN Int_t gErrorAbortLevel
 
R__EXTERN Bool_t gPrintViaErrorHandler
 

Macro Definition Documentation

#define R__ASSERT (   e)
Value:
do { \
if (!(e)) ::Fatal("", kAssertMsg, _QUOTE_(e), __LINE__, __FILE__); \
} while (0)
void Fatal(const char *location, const char *msgfmt,...)
R__EXTERN const char * kAssertMsg
Definition: TError.h:95
#define _QUOTE_(name)
Definition: RConfig.h:412
if(pyself &&pyself!=Py_None)

Definition at line 98 of file TError.h.

Referenced by TVectorT< Element >::Abs(), TMatrixTBase< Element >::Abs(), TBtInnerNode::Add(), TBtLeafNode::Add(), Add(), TTableDescriptor::AddAt(), TOrdCollection::AddAt(), TBtInnerNode::AddElt(), TChain::AddFriend(), TTree::AddFriend(), ROOT::Detail::TCollectionProxyInfo::Address< T >::address(), TMatrixTSparse< Element >::AMinusB(), TMatrixTSparse< Element >::AMultBt(), RooPoisson::analyticalIntegral(), RooLognormal::analyticalIntegral(), RooJeffreysPrior::analyticalIntegral(), RooGamma::analyticalIntegral(), RooLegendre::analyticalIntegral(), RooChiSquarePdf::analyticalIntegral(), RooBernstein::analyticalIntegral(), RooArgusBG::analyticalIntegral(), RooCBShape::analyticalIntegral(), RooChebychev::analyticalIntegral(), RooNonCentralChiSquare::analyticalIntegral(), RooParametricStepFunction::analyticalIntegral(), RooEfficiency::analyticalIntegral(), RooPolynomial::analyticalIntegral(), RooPolyVar::analyticalIntegral(), RooKeysPdf::analyticalIntegral(), RooGaussModel::analyticalIntegral(), RooTruthModel::analyticalIntegral(), RooGExpModel::analyticalIntegral(), RooNDKeysPdf::analyticalIntegral(), RooParamHistFunc::analyticalIntegralWN(), RooRealSumPdf::analyticalIntegralWN(), ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), ROOT::Internal::TTreeProxyGenerator::AnalyzeElement(), TMatrixTSparse< Element >::APlusB(), TBtInnerNode::Append(), TBtLeafNode::Append(), TBtInnerNode::AppendFrom(), TBtLeafNode::AppendFrom(), TMatrixTSym< Element >::Apply(), TVectorT< Element >::Apply(), TMatrixTBase< Element >::Apply(), TMultiLayerPerceptron::AttachData(), TBtInnerNode::BalanceWithLeft(), TBtLeafNode::BalanceWithLeft(), TBtInnerNode::BalanceWithRight(), TBtLeafNode::BalanceWithRight(), TProofDrawProfile::Begin(), TProofDrawProfile2D::Begin(), TProofDrawHist::Begin2D(), TProofDrawHist::Begin3D(), TH1::BufferFill(), TSelectorCint::Build(), TStreamerInfo::BuildEmulated(), ClassImp(), TMatrixTSparse< Element >::ColNorm(), TMatrixTBase< Element >::ColNorm(), TStreamerInfo::CompareContent(), TStreamerInfo::Compile(), TClonesArray::Compress(), TMemFile::TMemBlock::CreateNext(), TLinearFitter::CStep(), TQpDataSparse::DataNorm(), TQpDataDens::DataNorm(), TProofDrawProfile::DefVar(), TProofDrawProfile2D::DefVar(), TProofDrawHist::DefVar1D(), TProofDrawHist::DefVar2D(), TProofDrawHist::DefVar3D(), TStreamerInfo::DestructorImpl(), TDecompBase::Det(), TF1::DoCreateHistogram(), TFitEditor::DoFunction(), TProfile2D::DoProfile(), TH3::DoProject1D(), TH3::DoProject2D(), TProfile3D::DoProjectProfile2D(), TH3::DoProjectProfile2D(), TMatrixTBase< Element >::E2Norm(), RooChebychev::evalAnaInt(), TTreeFormula::EvalInstance(), RooChebychev::evaluate(), RooTruthModel::evaluate(), RooGaussModel::evaluate(), TRobustEstimator::Evaluate(), RooGExpModel::evaluate(), TProfileHelper::ExtendAxis(), TQpLinSolverBase::Factor(), TGeoShape::FillBuffer3D(), TBranchElement::FillLeavesAssociativeCollectionMember(), TBranchElement::FillLeavesCollectionMember(), TBranchElement::FillLeavesCollectionSplitVectorPtrMember(), TQpSolverBase::FinalStepLength(), TKDTreeBinning::FindBin(), TClass::FindStreamerInfo(), TProof::FindUniqueSlaves(), TBtInnerNode::Found(), TBtLeafNode::Found(), RooPoisson::generateEvent(), RooLognormal::generateEvent(), RooLandau::generateEvent(), RooGamma::generateEvent(), RooDecay::generateEvent(), RooTruthModel::generateEvent(), RooBDecay::generateEvent(), RooGaussModel::generateEvent(), RooGExpModel::generateEvent(), TListOfDataMembers::Get(), TStreamerInfo::GetActualClass(), GetCollectionReadAction(), GetCollectionReadConvertAction(), GetCollectionWriteAction(), GetConvertCollectionReadAction(), GetConvertCollectionReadActionFrom(), TFormLeafInfoCollection::GetCounterValue(), TBranchElement::GetCurrentClass(), TChainIndex::GetEntryNumberWithBestIndex(), TChainIndex::GetEntryNumberWithIndex(), TProof::GetListOfSlaveInfos(), TMatrixTSparse< Element >::GetMatrix2Array(), TMatrixTBase< Element >::GetMatrix2Array(), TF1::GetMinMaxNDim(), TPacketizer::GetNextPacket(), TBtInnerNode::GetNofKeys(), GetNumericCollectionReadAction(), ROOT::Detail::TBranchProxy::GetStlStart(), TVectorT< Element >::GetSub(), TMatrixTSym< Element >::GetSub(), TMatrixT< Element >::GetSub(), TMatrixTSparse< Element >::GetSub(), TChainIndex::GetSubTreeIndex(), TFormLeafInfoCollection::GetValuePointer(), TProof::GoMoreParallel(), TProof::GoParallel(), TBtree::IdxAdd(), TBtInnerNode::InformParent(), TXSlave::Init(), TSlave::Init(), TProofLite::Init(), TTreeFormula::Init(), TProof::Init(), RooNDKeysPdf::initialize(), TMinuitMinimizer::InitTMinuit(), TMatrixTSparse< Element >::InsertRow(), TVectorT< Element >::Invert(), TMatrixTSym< Element >::Invert(), TMatrixT< Double_t >::Invert(), TMatrixTSym< Element >::InvertFast(), TMatrixT< Element >::InvertFast(), TTreeFormula::IsInteger(), TMatrixTBase< Element >::IsSymmetric(), TMath::KolmogorovTest(), TH1::LabelsDeflate(), TTableDescriptor::LearnTable(), TEntryListFromFile::LoadList(), TFormLeafInfoMultiVarDim::LoadSizes(), TFormLeafInfoMultiVarDimCollection::LoadSizes(), TFormLeafInfoMultiVarDimClones::LoadSizes(), TQpProbDens::MakeData(), TQpProbSparse::MakeData(), TTableDescriptor::MakeDescriptor(), MakeHaarMat(), MakeHilbertMat(), TPrincipal::MakeHistograms(), TVectorT< Element >::Max(), TMatrixTBase< Element >::Max(), RooCBShape::maxVal(), RooKeysPdf::maxVal(), RooHistFunc::maxVal(), RooHistPdf::maxVal(), TProfileHelper::Merge(), TBtInnerNode::MergeWithRight(), TBtLeafNode::MergeWithRight(), TVectorT< Element >::Min(), TMatrixTBase< Element >::Min(), TOrdCollection::MoveGapTo(), TMatrixT< Element >::Mult(), Mult(), TDecompBase::MultiSolve(), TMatrixT< Element >::MultT(), ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::next(), TVectorT< Element >::NonZeros(), TMatrixTBase< Element >::NonZeros(), TVectorT< Element >::Norm1(), TVectorT< Element >::Norm2Sqr(), TMatrixT< Element >::NormByColumn(), TMatrixTBase< Element >::NormByDiag(), TMatrixT< Element >::NormByRow(), TVectorT< Element >::NormInf(), TNDArrayRef< T >::operator T(), TVectorT< Element >::operator!=(), TMatrixTBase< Element >::operator!=(), TConvertClonesArrayToProxy::operator()(), TConvertMapToProxy::operator()(), TVectorT< Element >::operator()(), TMatrixTRow_const< Element >::operator()(), TMatrixTSym< Element >::operator()(), TMatrixT< Element >::operator()(), TMatrixTRow< Element >::operator()(), TMatrixTSparse< Element >::operator()(), TMatrixTColumn_const< Element >::operator()(), TMatrixTColumn< Element >::operator()(), TMatrixTDiag_const< Element >::operator()(), TMatrixTDiag< Element >::operator()(), TMatrixTFlat_const< Element >::operator()(), TMatrixTFlat< Element >::operator()(), TMatrixTSub_const< Element >::operator()(), TMatrixTSub< Element >::operator()(), TMatrixTSparseRow_const< Element >::operator()(), TMatrixTSparseRow< Element >::operator()(), TMatrixTSparseDiag_const< Element >::operator()(), TMatrixTSparseDiag< Element >::operator()(), TTreeReaderArray< T >::Iterator_t::operator*(), operator*(), TVectorT< Element >::operator*=(), TMatrixTSym< Element >::operator*=(), TMatrixTSparse< Element >::operator*=(), TMatrixT< Element >::operator*=(), TMatrixTRow< Element >::operator*=(), TMatrixTColumn< Element >::operator*=(), TMatrixTDiag< Element >::operator*=(), TMatrixTFlat< Element >::operator*=(), TMatrixTSub< Element >::operator*=(), TMatrixTSparseRow< Element >::operator*=(), TMatrixTSparseDiag< Element >::operator*=(), TVectorT< Element >::operator+=(), TMatrixTSym< Element >::operator+=(), TMatrixTSparse< Element >::operator+=(), TMatrixT< Element >::operator+=(), TMatrixTRow< Element >::operator+=(), TMatrixTColumn< Element >::operator+=(), TMatrixTDiag< Element >::operator+=(), TMatrixTFlat< Element >::operator+=(), TMatrixTSub< Element >::operator+=(), TMatrixTSparseRow< Element >::operator+=(), TMatrixTSparseDiag< Element >::operator+=(), TVectorT< Element >::operator-=(), TMatrixTSym< Element >::operator-=(), TMatrixTSparse< Element >::operator-=(), TMatrixT< Element >::operator-=(), TMatrixT< Element >::operator/=(), TVectorT< Element >::operator<(), TMatrixTBase< Element >::operator<(), operator<<(), TVectorT< Element >::operator<=(), TMatrixTBase< Element >::operator<=(), TVectorT< Element >::operator=(), TMatrixTSym< Element >::operator=(), TMatrixT< Element >::operator=(), TMatrixTSparse< Element >::operator=(), TMatrixTRow< Element >::operator=(), TMatrixTColumn< Element >::operator=(), TMatrixTDiag< Element >::operator=(), TMatrixTFlat< Element >::operator=(), TMatrixTSub< Element >::operator=(), TMatrixTSparseRow< Element >::operator=(), TMatrixTSparseDiag< Element >::operator=(), TVectorT< Element >::operator==(), TMatrixTBase< Element >::operator==(), TVectorT< Element >::operator>(), TMatrixTBase< Element >::operator>(), TVectorT< Element >::operator>=(), TMatrixTBase< Element >::operator>=(), TNDArrayRef< T >::operator[](), TNDArrayT< Double_t >::operator[](), TBtLeafNode::operator[](), OuterProduct(), TTreeFormula::ParseWithLeaf(), TProof::Print(), TProofSuperMaster::Process(), TCling::ProcessLine(), TProofDraw::ProcessSingle(), TProfile::ProjectionX(), TProfile2D::ProjectionXY(), TProfile3D::ProjectionXYZ(), TBtInnerNode::PushLeft(), TBtLeafNode::PushLeft(), TBtInnerNode::PushRight(), TBtLeafNode::PushRight(), TOrdCollection::PutAt(), TVectorT< Element >::Randomize(), TMatrixTSym< Element >::Randomize(), TMatrixTSparse< Element >::Randomize(), TMatrixTBase< Element >::Randomize(), TMatrixTSym< Element >::RandomizePD(), TMatrixTSparse< Element >::RandomizePD(), TMatrixTSym< Element >::Rank1Update(), TMatrixT< Element >::Rank1Update(), TMatrixTSub< Element >::Rank1Update(), TArray::ReadArray(), TBufferFile::ReadArray(), TBufferFile::ReadArrayDouble32(), TBufferFile::ReadArrayFloat16(), TBufferFile::ReadBuf(), TStreamerInfo::ReadBuffer(), TBufferFile::ReadClass(), TFormLeafInfoCollection::ReadCounterValue(), TBranchElement::ReadLeavesMember(), TBranchElement::ReadLeavesMemberBranchCount(), TBufferFile::ReadObjectAny(), TGenCollectionStreamer::ReadPairFromMap(), TBufferFile::ReadStaticArray(), TBufferFile::ReadStaticArrayDouble32(), TBufferFile::ReadStaticArrayFloat16(), TBufferFile::ReadString(), TString::ReadString(), TFormLeafInfoCollectionObject::ReadValue(), TFormLeafInfoCollectionSize::ReadValue(), TTreeFormula::RegisterDimensions(), TCling::RegisterModule(), TChainIndex::ReleaseSubTreeIndex(), TBtInnerNode::Remove(), TBtLeafNode::Remove(), TOrdCollection::RemoveAt(), TBtInnerNode::RemoveItem(), TClass::ResetCaches(), TTreeFormula::ResetDimensions(), TVectorT< Element >::ResizeTo(), TMatrixTSparse< Element >::ResizeTo(), TMatrixTSym< Element >::ResizeTo(), TMatrixT< Element >::ResizeTo(), RooBernstein::RooBernstein(), RooChebychev::RooChebychev(), RooNDKeysPdf::RooNDKeysPdf(), RooParametricStepFunction::RooParametricStepFunction(), RooPolynomial::RooPolynomial(), RooPolyVar::RooPolyVar(), TBtree::RootIsFull(), TMatrixTSparse< Element >::RowNorm(), TMatrixTBase< Element >::RowNorm(), TQpVar::Saxpy(), TTreeFormula::SetAxis(), TOrdCollection::SetCapacity(), TVectorT< Double_t >::SetElements(), TDecompChol::SetMatrix(), TDecompBK::SetMatrix(), TDecompLU::SetMatrix(), TDecompQRH::SetMatrix(), TDecompSVD::SetMatrix(), TMatrixTSparse< Element >::SetMatrixArray(), TMatrixTBase< Element >::SetMatrixArray(), TBufferFile::SetReadParam(), TMatrixTSparse< Element >::SetSparseIndex(), TMatrixTSparse< Element >::SetSparseIndexAB(), TVectorT< Element >::SetSub(), TMatrixTSym< Element >::SetSub(), TMatrixT< Element >::SetSub(), TMatrixTSparse< Element >::SetSub(), TChainIndex::SetTree(), ROOT::Detail::TBranchProxy::Setup(), TBufferFile::SetWriteParam(), TMatrixTSym< Element >::Similarity(), TMatrixT< Element >::Similarity(), TMatrixTSym< Element >::SimilarityT(), TProofDrawPolyMarker3D::SlaveBegin(), TDecompChol::Solve(), TDecompBK::Solve(), TDecompLU::Solve(), TDecompQRH::Solve(), TDecompSVD::Solve(), TQpLinSolverBase::Solve(), TDecompSparse::Solve(), TBtLeafNode::Split(), TBtInnerNode::SplitWith(), TBtLeafNode::SplitWith(), TVectorT< Element >::Sqr(), TMatrixTBase< Element >::Sqr(), TVectorT< Element >::Sqrt(), TMatrixTBase< Element >::Sqrt(), TQpVar::StepBound(), HFit::StoreAndDrawFitFunction(), TVectorT< Element >::Sum(), TMatrixTBase< Element >::Sum(), TMemFile::SysRead(), TMemFile::SysWrite(), ROOT::Internal::TBranchProxyClassDescriptor::TBranchProxyClassDescriptor(), TBtLeafNode::TBtLeafNode(), TCollectionStreamer::TCollectionStreamer(), TDecompBK::TDecompBK(), TDecompChol::TDecompChol(), TDecompLU::TDecompLU(), TDecompQRH::TDecompQRH(), TDecompSVD::TDecompSVD(), TProofDrawListOfGraphs::Terminate(), TProofDrawListOfPolyMarkers3D::Terminate(), TFormLeafInfoMultiVarDimClones::TFormLeafInfoMultiVarDimClones(), TFormLeafInfoMultiVarDimCollection::TFormLeafInfoMultiVarDimCollection(), TGenCollectionProxy__StagingNext(), TGenCollectionProxy__VectorNext(), TKey::TKey(), TMatrixT< Element >::TMatrixT(), TMatrixT< Double_t >::TMatrixT(), TMatrixTColumn_const< Element >::TMatrixTColumn_const(), TMatrixTDiag_const< Element >::TMatrixTDiag_const(), TMatrixTFlat_const< Element >::TMatrixTFlat_const(), TMatrixTRow_const< Element >::TMatrixTRow_const(), TMatrixTSparse< Element >::TMatrixTSparse(), TMatrixTSparseDiag_const< Element >::TMatrixTSparseDiag_const(), TMatrixTSparseRow_const< Element >::TMatrixTSparseRow_const(), TMatrixTSub_const< Element >::TMatrixTSub_const(), TMatrixTSym< Element >::TMatrixTSym(), TMatrixTSym< Double_t >::TMatrixTSym(), TMatrixTSym< Element >::TMult(), TMatrixT< Element >::TMult(), TQpVar::TQpVar(), TH1::TransformHisto(), TMatrixTSym< Element >::Transpose(), TMatrixT< Element >::Transpose(), TMatrixTSparse< Element >::Transpose(), TDecompLU::TransSolve(), TDecompQRH::TransSolve(), TDecompSVD::TransSolve(), TRootSecContext::TRootSecContext(), TSecContext::TSecContext(), TServerSocket::TServerSocket(), TSocket::TSocket(), TUDPSocket::TUDPSocket(), TVectorT< Element >::TVectorT(), TVectorT< Double_t >::TVectorT(), TMatrixTSparse< Element >::UnitMatrix(), TMatrixTBase< Element >::UnitMatrix(), TEveProjected::UnRefProjectable(), TTreeFormula::UpdateFormulaLeaves(), TVectorT< Element >::Use(), TMatrixT< Element >::Use(), TMatrixTSparse< Element >::Use(), TGenCollectionProxy::Value::Value(), VerifyMatrixValue(), TBtInnerNode::Vsize(), TBtLeafNode::Vsize(), TArray::WriteArray(), TBufferFile::WriteArray(), TBufferFile::WriteArrayDouble32(), TBufferFile::WriteArrayFloat16(), TBufferFile::WriteBuf(), TStreamerInfo::WriteBufferSTL(), TStreamerInfo::WriteBufferSTLPtrs(), TBufferFile::WriteClass(), TBufferFile::WriteObjectClass(), TString::WriteString(), TVectorT< Element >::Zero(), TMatrixTSparse< Element >::Zero(), and TMatrixTBase< Element >::Zero().

#define R__CHECK (   e)
Value:
do { \
if (!(e)) ::Warning("", kCheckMsg, _QUOTE_(e), __LINE__, __FILE__); \
} while (0)
#define _QUOTE_(name)
Definition: RConfig.h:412
if(pyself &&pyself!=Py_None)
R__EXTERN const char * kCheckMsg
Definition: TError.h:96
void Warning(const char *location, const char *msgfmt,...)

Definition at line 102 of file TError.h.

Referenced by TBtree::Add(), TBtLeafNode::Add(), TBtLeafNode::Append(), TBtLeafNode::AppendFrom(), TBtree::IdxAdd(), TBtInnerNode::IndexOf(), TBtLeafNode::IndexOf(), TBtInnerNode::IsFull(), TBtInnerNode::IsLow(), TBtInnerNode::PushRight(), TBtLeafNode::PushRight(), TBtree::RootIsEmpty(), TBtInnerNode::Split(), TBtInnerNode::SplitWith(), TBtLeafNode::SplitWith(), and TBtNode::TBtNode().

Typedef Documentation

typedef void(* ErrorHandlerFunc_t)(int level, Bool_t abort, const char *location, const char *msg)

Definition at line 48 of file TError.h.

Function Documentation

void AbstractMethod ( const char *  method)

This function can be used in abstract base classes in case one does not want to make the class a "real" (in C++ sense) ABC.

If this function is called it will warn the user that the function should have been overridden.

Definition at line 260 of file TError.cxx.

Referenced by ClassImp(), and TXHandler::HandleError().

void Break ( const char *  location,
const char *  msgfmt,
  ... 
)
void DefaultErrorHandler ( Int_t  level,
Bool_t  abort_bool,
const char *  location,
const char *  msg 
)

The default error handler function.

It prints the message on stderr and if abort is set it aborts the application.

Definition at line 125 of file TError.cxx.

Referenced by PyROOT::Utility::ErrMsgHandler().

void Error ( const char *  location,
const char *  msgfmt,
  ... 
)

Referenced by TProfileHelper::Add(), TVectorT< Element >::Add(), Add(), TList::AddAfter(), TList::AddBefore(), TUnfoldBinning::AddBinning(), TTreeTableInterface::AddColumn(), AddElemDiv(), AddElemMult(), TVectorT< Element >::AddSomeConstant(), TUnfoldSys::AddSysError(), TString::AdjustCapacity(), TGLScene::AdoptLogical(), TGLScene::AdoptPhysical(), TThread::AfterCancel(), TMatrixTSparse< Element >::Allocate(), TMatrixTSym< Element >::Allocate(), TVectorT< Element >::Allocate(), TMatrixT< Element >::Allocate(), TMatrixTSparse< Element >::AMinusB(), TMatrixTSparse< Element >::AMultBt(), AnalyticalIntegral(), TMatrixTSparse< Element >::APlusB(), TString::Append(), ApplyHouseHolder(), AreCompatible(), TSubString::AssertElement(), TString::AssertElement(), TDatime::AsString(), TMD5::AsString(), TRootAuth::Authenticate(), TAuthenticate::AuthError(), TString::BaseConvert(), TProofDrawHist::Begin(), TMath::BesselI(), TMath::BesselK(), TMath::BesselK0(), TMath::BesselK1(), TMath::BetaDist(), TMath::BetaDistI(), Rgl::Mc::TMeshBuilder< DataSource, ValueType >::BuildMesh(), TGLH2PolyPainter::BuildTesselation(), TGLH2PolyPainter::CacheGeometry(), TGLRotateManip::CalculateAngleDelta(), TGLPhysicalShape::CalculateShapeLOD(), TRecorderReplaying::CanOverlap(), TGLOutput::Capture(), TGLOutput::CapturePostscript(), TAlien::Cd(), TTF::CharToUnicode(), TQObject::CheckConnectArgs(), TAlienPackage::CheckDirectories(), TGLUtil::CheckError(), HFit::CheckFitFunction(), TMinuitMinimizer::CheckMinuitInstance(), TMinuitMinimizer::CheckVarIndex(), ClassImp(), TString::Clobber(), TString::Clone(), TDavixFileInternal::Close(), TTreeCloner::CollectBranches(), Compare(), TPRegexp::Compile(), TSystem::CompileMacro(), TProofDraw::CompileVariables(), TTabCom::Complete(), TMinuitMinimizer::Contour(), TDatime::Convert(), TTreeCloner::CopyProcessIds(), TSlave::Create(), TDavixFileInternal::DavixStat(), TUnfoldBinning::DecodeAxisSteering(), TProofDrawHist::DefVar(), TProofDrawProfile::DefVar(), TProofDrawProfile2D::DefVar(), TProofDrawHist::DefVar1D(), TProofDrawHist::DefVar2D(), TProofDrawHist::DefVar3D(), TClingClassInfo::Delete(), TClingClassInfo::DeleteArray(), TGLScene::DestroyLogical(), TGLScene::DestroyLogicals(), TGLScene::DestroyPhysical(), TGLScene::DestroyPhysicals(), TTabCom::DetermineClass(), DispatchConvertArray(), DoFit(), TPadPainter::DrawFillArea(), TGLPadPainter::DrawFillArea(), TGLPadPainter::DrawPixels(), TGLIsoPainter::DrawPlot(), TPadPainter::DrawPolyLine(), TPadPainter::DrawPolyLineNDC(), TPadPainter::DrawPolyMarker(), RooStats::HybridPlot::DumpToImage(), E2Norm(), ElementDiv(), ElementMult(), TFumiliMinimizer::EvaluateFCN(), example(), exampleFit3D(), TMatrixTSparse< Element >::ExtractRow(), TMatrixTBase< Element >::ExtractRow(), fastMergeServer(), Rgl::Fgt::TKDEAdapter::FetchDensities(), TMD5::FileChecksum(), TKDTree< Index, Value >::FindNearestNeighbors(), fit1(), fitNormSum(), flower(), TMath::GammaDist(), TClingBaseClassInfo::GenerateBaseOffsetFunction(), TGLLevelPalette::GeneratePalette(), TGLQuadric::Get(), TTreeReaderValue< Int_t >::Get(), TClingClassInfo::GetBaseOffset(), TGLClipSet::GetClipState(), TGLClipSet::GetClipType(), TTreeTableInterface::GetColumnHeader(), GetConvertCollectionReadAction(), TMinuitMinimizer::GetCovMatrix(), TUnfoldBinning::GetDistributionAverageBinSize(), TOracleRow::GetField(), TGLRnrCtx::GetGluQuadric(), TMVA::PDEFoamCell::GetHcub(), TMinuitMinimizer::GetHessianMatrix(), TMVA::PDEFoamCell::GetHSize(), ROOT::TMetaUtils::GetInterpreterExtraIncludePath(), TTabCom::GetListOfEnvVars(), TClingClassInfo::GetMethod(), TMinuitMinimizer::GetMinosError(), GetNumericCollectionReadAction(), GetRange(), TUnfoldDensity::GetRhoIstatbgr(), TUnfoldDensity::GetRhoItotal(), TOracleRow::GetRowData(), TTreeTableInterface::GetRowHeader(), TSelector::GetSelector(), TVectorT< Element >::GetSub(), TMatrixTSym< Element >::GetSub(), TMatrixT< Element >::GetSub(), TMatrixTSparse< Element >::GetSub(), ROOT::Internal::GetSymInLibThread(), TTabCom::GetSysIncludePath(), TGSimpleTableInterface::GetValue(), TTreeTableInterface::GetValue(), TTreeTableInterface::GetValueAsString(), GetWinNTCpuInfo(), GetWinNTMemInfo(), GetWinNTProcInfo(), GetWinNTSysInfo(), TProofMgr::GetXProofMgrHook(), grad(), grad2(), gradients(), TMinuitMinimizer::Hesse(), TRegexp::Index(), TUnuranSampler::Init(), TFoamSampler::Init(), TTF::Init(), TUnuran::Init(), TString::Init(), TGLIsoPainter::InitGeometry(), TRecorderReplaying::Initialize(), TMatrixTSparse< Element >::InsertRow(), TMatrixTBase< Element >::InsertRow(), TAlienPackage::InstallSinglePackage(), TClingTypedefInfo::InternalNext(), TClingClassInfo::InternalNext(), TMatrixTCramerInv::Inv2x2(), TMatrixTSymCramerInv::Inv2x2(), TMatrixTCramerInv::Inv3x3(), TMatrixTSymCramerInv::Inv3x3(), TMatrixTCramerInv::Inv4x4(), TMatrixTSymCramerInv::Inv4x4(), TMatrixTCramerInv::Inv5x5(), TMatrixTSymCramerInv::Inv5x5(), TMatrixTCramerInv::Inv6x6(), TMatrixTSymCramerInv::Inv6x6(), TVectorT< Element >::Invert(), TMatrixTSym< Element >::InvertFast(), TMatrixT< Element >::InvertFast(), TUnfold::InvertMSparseSymmPos(), TString::IsInBaseN(), TOracleRow::IsValid(), TOracleResult::IsValid(), TString::Itoa(), TMath::KolmogorovTest(), Krb5Authenticate(), Krb5CheckCred(), TProfileHelper::LabelsDeflate(), TGLAxisPainter::LabelsLimits(), TRecorderInactive::ListCmd(), TRecorderInactive::ListGui(), TString::LLtoa(), TGLScene::LodifySceneInfo(), TMath::LogNormal(), TTabCom::MakeClassFromClassName(), TGLContext::MakeCurrent(), TMatrixDSymEigen::MakeEigenVectors(), MakeHaarMat(), MakeHilbertMat(), TMatrixDEigen::MakeSchurr(), TRegexp::MakeWildcard(), TVectorT< Element >::MatchesNonZeroPattern(), TPRegexp::MatchInternal(), TMVA::Tools::Mean(), TMath::Mean(), TMath::Median(), TProfileHelper::Merge(), TProofVectorContainer< T >::Merge(), TFumiliMinimizer::Minimize(), TMinuitMinimizer::Minimize(), TMatrixTSym< Element >::Minus(), TMatrixT< Element >::Minus(), TAlien::Mkdir(), TMatrixT< Element >::Mult(), Mult(), TMatrixT< Element >::MultT(), TClingClassInfo::New(), TOracleResult::Next(), NormalEqn(), TGLVector3::Normalise(), TGLPlane::Normalise(), TMatrixT< Element >::NormByColumn(), TMatrixTBase< Element >::NormByDiag(), TMatrixT< Element >::NormByRow(), TMath::NormQuantile(), NumericalMinimization(), Rgl::ObjectIDToColor(), TOCCToStep::OCCDocCreation(), TOCCToStep::OCCWriteStep(), TClingBaseClassInfo::Offset(), OldProofServAuthSetup(), OldSlaveAuthSetup(), TAlienFile::Open(), TDavixFileInternal::Open(), TAlien::OpenCollection(), TTime::operator unsigned long(), operator!=(), operator&&(), TConvertClonesArrayToProxy::operator()(), TVectorT< Element >::operator()(), TMatrixTRow_const< Element >::operator()(), TMatrixTSym< Element >::operator()(), TMatrixT< Element >::operator()(), TMatrixTRow< Element >::operator()(), TMatrixTSparse< Element >::operator()(), TMatrixTColumn_const< Element >::operator()(), TMatrixTColumn< Element >::operator()(), TMatrixTDiag_const< Element >::operator()(), TMatrixTDiag< Element >::operator()(), TMatrixTFlat_const< Element >::operator()(), TMatrixTFlat< Element >::operator()(), TMatrixTSub_const< Element >::operator()(), TMatrixTSub< Element >::operator()(), TMatrixTSparseRow_const< Element >::operator()(), TMatrixTSparseRow< Element >::operator()(), TMatrixTSparseDiag_const< Element >::operator()(), TMatrixTSparseDiag< Element >::operator()(), TFitResultPtr::operator*(), operator*(), TVectorT< Element >::operator*=(), TMatrixT< Element >::operator*=(), TMatrixTRow< Element >::operator*=(), TMatrixTColumn< Element >::operator*=(), TMatrixTDiag< Element >::operator*=(), TMatrixTFlat< Element >::operator*=(), TMatrixTSub< Element >::operator*=(), TMatrixTSparseRow< Element >::operator*=(), TMatrixTSparseDiag< Element >::operator*=(), TMVA::PDEFoamVect::operator+=(), TVectorT< Element >::operator+=(), TMatrixTSym< Element >::operator+=(), TMatrixT< Element >::operator+=(), TMatrixTRow< Element >::operator+=(), TMatrixTColumn< Element >::operator+=(), TMatrixTDiag< Element >::operator+=(), TMatrixTFlat< Element >::operator+=(), TMatrixTSub< Element >::operator+=(), TMatrixTSparseRow< Element >::operator+=(), TMatrixTSparseDiag< Element >::operator+=(), TMVA::PDEFoamVect::operator-=(), TVectorT< Element >::operator-=(), TMatrixTSym< Element >::operator-=(), TMatrixT< Element >::operator-=(), TFitResultPtr::operator->(), TMatrixT< Element >::operator/=(), operator<(), operator<=(), TMVA::PDEFoamVect::operator=(), TVectorT< Element >::operator=(), TMatrixTSym< Element >::operator=(), TMatrixT< Element >::operator=(), TMatrixTSparse< Element >::operator=(), TMatrixTRow< Element >::operator=(), TMatrixTColumn< Element >::operator=(), TMatrixTDiag< Element >::operator=(), TMatrixTFlat< Element >::operator=(), TMatrixTSub< Element >::operator=(), TMatrixTSparseRow< Element >::operator=(), TMatrixTSparseDiag< Element >::operator=(), operator==(), operator>(), operator>=(), TMVA::PDEFoamVect::operator[](), TBtInnerNode::operator[](), operator||(), TPRegexp::Optimize(), TGLAxisPainter::PaintAxis(), parallelMergeServer(), TPRegexp::ParseMods(), performance(), TMatrixTSym< Element >::Plus(), TMatrixT< Element >::Plus(), PoDCheckUrl(), TGLRnrCtx::PopColorSet(), TAlienPackage::PostInstall(), TKDEFGT::Predict(), TGLSceneBase::PreDraw(), TGLScene::PreDraw(), TString::Prepend(), TMVA::PDEFoamVect::Print(), TMD5::Print(), TMVA::PDEFoamCell::Print(), TVectorT< Element >::Print(), TMatrixTBase< Element >::Print(), TGLPlotPainter::PrintPlot(), TClingBaseClassInfo::Property(), TAlien::Pwd(), R__CreateEmulatedElement(), R__FindScope(), radialgradients(), TMatrixTSym< Element >::Randomize(), TMatrixTSym< Element >::RandomizePD(), TMatrixTSparse< Element >::RandomizePD(), TMatrixTSym< Element >::Rank1Update(), TMatrixT< Element >::Rank1Update(), TMatrixTSub< Element >::Rank1Update(), TArray::ReadArray(), TStreamerInfoActions::ReadArraySTLMemberWiseChangedClass(), TString::ReadBuffer(), TEmulatedCollectionProxy::ReadItems(), TEmulatedMapProxy::ReadMap(), TGenCollectionStreamer::ReadMap(), TGenCollectionStreamer::ReadMapHelper(), readOneValue(), TGenCollectionStreamer::ReadPrimitives(), TStreamerInfoActions::ReadSTLMemberWiseChangedClass(), TString::ReadString(), TGLScene::RebuildSceneInfo(), RecvHostAuth(), TGLFontManager::RegisterFont(), TRecorderReplaying::RegisterWindow(), TGLContextIdentity::Release(), TGLLockable::ReleaseLock(), TTreeTableInterface::RemoveColumn(), TGLPhysicalShape::RemoveReference(), TGL5DPainter::RemoveSurface(), TString::Replace(), TPRegexp::ReplaceSubs(), TProof::Reset(), TVectorT< Element >::ResizeTo(), TMatrixTSparse< Element >::ResizeTo(), TMatrixTSym< Element >::ResizeTo(), TMatrixT< Element >::ResizeTo(), TGPasswdDialog::ReturnPressed(), TAlien::Rm(), TAlien::Rmdir(), RootX11ErrorHandler(), RootX11IOErrorHandler(), rs_bernsteinCorrection(), TGLPadPainter::SaveImage(), TEveManager::SaveVizDB(), TGLMatrix::Scale(), TMinuitMinimizer::Scan(), TUnfoldDensity::ScanTau(), TGLPadPainter::SelectDrawable(), TVectorT< Element >::SelectNonZeros(), SendHostAuth(), TDatime::Set(), TTimeStamp::Set(), TGLBoundingBox::SetAligned(), TGLH2PolyPainter::SetBinColor(), TGLClipSet::SetClipType(), TEveUtil::SetColorBrightness(), TUnuran::SetContDistribution(), TGLContext::SetContext(), TKDTree< Index, Value >::SetData(), TUnuran::SetDiscreteDistribution(), TUnuran::SetEmpiricalDistribution(), RooStats::HistFactory::StatError::SetErrorHist(), TFumiliMinimizer::SetFixedVariable(), TTreeTableInterface::SetFormula(), TLinearMinimizer::SetFunction(), TFumiliMinimizer::SetFunction(), TGLText::SetGLTextFont(), TFumiliMinimizer::SetLimitedVariable(), TMatrixTSparse< Element >::SetMatrixArray(), TMatrixTSym< Element >::SetMatrixArray(), TUnuran::SetMethodAndInit(), TUnuran::SetMultiDistribution(), TGLPlotCoordinates::SetRanges(), TGLPlotCoordinates::SetRangesCartesian(), TGLPlotCoordinates::SetRangesCylindrical(), TGLPlotCoordinates::SetRangesPolar(), TGLPlotCoordinates::SetRangesSpherical(), TMatrixTSparse< Element >::SetSparseIndex(), TMatrixTSparse< Element >::SetSparseIndexAB(), RooStats::HistFactory::Sample::SetStatError(), TVectorT< Element >::SetSub(), TMatrixTSym< Element >::SetSub(), TMatrixT< Element >::SetSub(), TMatrixTSparse< Element >::SetSub(), TTF::SetTextFont(), TTF::SetTextSize(), TUUID::SetUUID(), TFumiliMinimizer::SetVariable(), TTreeTableInterface::SetVariablesExpression(), TFumiliMinimizer::SetVariableValue(), TMatrixTSym< Element >::Shift(), TMatrixTSym< Element >::Similarity(), TMatrixT< Element >::Similarity(), TMatrixTSym< Element >::SimilarityT(), TProofDrawHist::SlaveBegin(), TProofDrawProfile::SlaveBegin(), TProofDrawProfile2D::SlaveBegin(), TVectorT< Element >::SomePositive(), TList::Sort(), TVectorT< Element >::Sqrt(), StandardHypoTestDemo(), TPgSQLServer::Statement(), HFit::StoreAndDrawFitFunction(), TMath::StudentQuantile(), TAlien::Submit(), TGLLogicalShape::SubRef(), TPMERegexp::Substitute(), TPRegexp::SubstituteInternal(), TSubString::SubStringError(), TUnfoldSys::SubtractBackground(), TGLContext::SwapBuffers(), TGLLockable::TakeLock(), TASLogHandlerGuard::TASLogHandlerGuard(), TClingClassInfo::TClingClassInfo(), templateClassImp(), TProofDrawEventList::Terminate(), TProofDrawEntryList::Terminate(), testAnalyticalIntegrals(), testBinarySearch(), testGAMinimizer(), testkdTreeBinning(), testSort(), testTStatistic(), testTUDPSocket(), TF1Convolution::TF1Convolution(), TF1NormSum::TF1NormSum(), TGLCylinder::TGLCylinder(), TGRedirectOutputGuard::TGRedirectOutputGuard(), TMatrixT< Element >::TMatrixT(), TMatrixTColumn_const< Element >::TMatrixTColumn_const(), TMatrixTRow_const< Element >::TMatrixTRow_const(), TMatrixTSparse< Element >::TMatrixTSparse(), TMatrixTSparseRow_const< Element >::TMatrixTSparseRow_const(), TMatrixTSub_const< Element >::TMatrixTSub_const(), TMatrixTSym< Element >::TMatrixTSym(), TMD5::TMD5(), TMatrixTSym< Element >::TMult(), TMatrixT< Element >::TMult(), TProofServLogHandlerGuard::TProofServLogHandlerGuard(), transp(), transp_text(), transparentpad(), TMatrixTSym< Element >::Transpose(), TMatrixT< Element >::Transpose(), TMatrixTSparse< Element >::Transpose(), treeClient(), TSystem::TSystem(), TUnfoldDensity::TUnfoldDensity(), TUUID::TUUID(), TVectorT< Element >::TVectorT(), TClingMethodInfo::Type(), TAlien::Type(), TString::UItoa(), TString::ULLtoa(), TGLUtil::UnlockColor(), TMD5::Update(), TGLScene::UpdateLogical(), TGLScene::UpdatePhysical(), TGLScene::UpdatePhysioLogical(), TGLScene::UpdateSceneInfo(), TVectorT< Element >::Use(), TMatrixTSym< Element >::Use(), TMatrixT< Element >::Use(), TMatrixTSparse< Element >::Use(), TGenCollectionProxy::Value::Value(), TMinuitMinimizer::VariableIndex(), VerifyMatrixIdentity(), VerifyMatrixValue(), VerifyVectorIdentity(), VerifyVectorValue(), TEveElement::VizDB_Insert(), ROOT::TMetaUtils::WriteClassInit(), TEmulatedCollectionProxy::WriteItems(), TEmulatedMapProxy::WriteMap(), TGenCollectionStreamer::WriteMap(), and TGenCollectionStreamer::WritePrimitives().

void ErrorHandler ( int  level,
const char *  location,
const char *  fmt,
va_list  va 
)

General error handler function. It calls the user set error handler.

Definition at line 202 of file TError.cxx.

Referenced by Break(), ClassImp(), Debug(), TXSlave::DoError(), TObject::DoError(), TXSocket::DoError(), Error(), Fatal(), Info(), Printf(), SysError(), and Warning().

void Fatal ( const char *  location,
const char *  msgfmt,
  ... 
)

Referenced by TUnfoldBinning::AddAxis(), TMakeProject::AddUniqueStatement(), TStorage::Alloc(), TEmulatedMapProxy::At(), TEmulatedCollectionProxy::At(), TGenCollectionProxy::At(), TGenCollectionProxy::CheckFunctions(), ClassImp(), TUnfoldBinning::CreateBinMap(), TStorage::EnterStat(), TUnfoldBinning::FillBinMapSingleNode(), ROOT::TGenericClassInfo::GetClass(), TUnfoldBinning::GetGlobalBinNumber(), GetNumericCollectionReadAction(), TUnfoldDensity::GetScanVariable(), TTabCom::Hook(), TClingClassInfo::Init(), TF1Convolution::InitializeDataMembers(), TEmulatedCollectionProxy::InitializeEx(), TGenCollectionProxy::InitializeEx(), TEmulatedCollectionProxy::Insert(), TMemberInspector::Inspect(), TCollectionStreamer::InvalidProxyError(), TUnfold::InvertMSparseSymmPos(), TTabCom::MakeClassFromVarName(), TUnfold::MultiplyMSparseMSparseTranspVector(), TUnfold::MultiplyMSparseTranspMSparse(), R__CreateValue(), TGenCollectionStreamer::ReadBufferDefault(), TStreamerInfoActions::ReadLoopInvalid(), TStorage::ReAlloc(), TStorage::ReAllocChar(), TStorage::ReAllocInt(), TEmulatedCollectionProxy::Resize(), TGenCollectionProxy::Resize(), TUnfoldSys::ScaleColumnsByVector(), TUnfoldDensity::ScanTau(), TEmulatedMapProxy::Size(), TEmulatedCollectionProxy::Size(), TGenCollectionProxy::Size(), TGenCollectionProxy::Streamer(), TBtInnerNode::TBtInnerNode(), TEmulatedMapProxy::TEmulatedMapProxy(), TF1NormSum::TF1NormSum(), TGenCollectionProxy::TGenCollectionProxy(), treeClient(), TSVDUnfold::TSVDUnfold(), TVirtualCollectionIterators::TVirtualCollectionIterators(), TVirtualCollectionPtrIterators::TVirtualCollectionPtrIterators(), and TStreamerInfoActions::WriteLoopInvalid().

ErrorHandlerFunc_t GetErrorHandler ( )

Returns the current error handler function.

Definition at line 116 of file TError.cxx.

Referenced by TThread::ErrorHandler(), and TThread::XAction().

void Info ( const char *  location,
const char *  msgfmt,
  ... 
)

Referenced by TGL5DPainter::AddSurface(), TProofDraw::Begin(), TProofDrawHist::Begin(), TProofDrawProfile::Begin(), TProofDrawProfile2D::Begin(), TMath::BetaCf(), TKDTree< Index, Value >::Build(), TGLOutput::CapturePostscript(), TMVA::PDEFoam::CheckAll(), TAlienPackage::CheckDependencies(), TAlienPackage::CheckDirectories(), HFit::CheckGraphFitOptions(), TAuthenticate::CheckProofAuth(), TEveElement::CheckReferenceCount(), ClassImp(), TGLOutput::CloseEmbeddedPS(), TPRegexp::Compile(), TTreeCloner::CopyProcessIds(), TUnfoldBinning::CreateErrorMatrixHistogram(), TAuthenticate::DecodeRSAPublic(), TProofDrawHist::DefVar(), TProofDrawProfile::DefVar(), TProofDrawProfile2D::DefVar(), TEveElement::DestroyElements(), TGLPolyLine::DirectDraw(), TGLSphere::DirectDraw(), TGLPolyMarker::DirectDraw(), TGLFaceSet::DirectDraw(), TGLCylinder::DirectDraw(), TProofProgressDialog::DoPlotRateGraph(), TGLPhysicalShape::Draw(), TGLLogicalShape::Draw(), TGLScene::TSceneInfo::DumpDrawStats(), TAlienPackage::Enable(), TDavixFileInternal::enableGridMode(), TAlienPackage::Exec(), fastMergeServer(), TProofDraw::FillWeight(), HFit::Fit(), TGLFormat::GetDefaultSamples(), TClassTable::GetDict(), TClassTable::GetDictNorm(), TMinuitMinimizer::GetMinosError(), TClassTable::GetProto(), TClassTable::GetProtoNorm(), TGLContext::GlewInit(), TGLFBO::Init(), TUnuranSampler::Init(), TProofDraw::Init(), TProofDrawHist::Init(), TGL5DPainter::InitGeometry(), TRecorderReplaying::Initialize(), TAlienPackage::InstallAllPackages(), TAlienPackage::InstallSinglePackage(), TUnfold::InvertMSparseSymmPos(), Krb5Authenticate(), Krb5CheckCred(), Krb5InitCred(), TAlien::ListPackages(), TGLSceneBase::LodifySceneInfo(), TF1Convolution::MakeFFTConv(), ROOT::Math::GeneticMinimizer::Minimize(), TMinuitMinimizer::Minimize(), TProofDraw::Notify(), OldProofServAuthSetup(), TAlienFile::Open(), TFile::Open(), TMatrixTSparse< Element >::operator()(), TPRegexp::Optimize(), parallelMergeServer(), TDavixFileInternal::parseConfig(), TRecorderReplaying::Pause(), TAlienPackage::PostInstall(), TProofDraw::Process(), TGLVoxelPainter::ProcessEvent(), TGLTF3Painter::ProcessEvent(), TGLLegoPainter::ProcessEvent(), TGLBoxPainter::ProcessEvent(), TGLSurfacePainter::ProcessEvent(), TGLTH3CompositionPainter::ProcessEvent(), TGL5DPainter::ProcessEvent(), TGLIsoPainter::ProcessEvent(), TGLParametricPlot::ProcessEvent(), TProofDraw::ProcessSingle(), TProofProgressDialog::Progress(), R__WriteDependencyFile(), TStorage::ReAlloc(), RecvHostAuth(), TUnfoldDensity::RegularizeOneDistribution(), TGLLockable::ReleaseLock(), TGLSceneBase::RemoveViewer(), TGLScene::RenderAllPasses(), TPRegexp::ReplaceSubs(), TRecorderReplaying::ReplayRealtime(), TRecorderReplaying::ReplayStop(), TRecorderPaused::ReplayStop(), TGL5DPainter::ResetGeometryRanges(), TRecorderPaused::Resume(), TUnfoldDensity::ScanTau(), SendHostAuth(), TProofDraw::SetCanvas(), TProofDraw::SetDrawAtt(), TMatrixTSparse< Element >::SetMatrixArray(), TDavixFileInternal::setS3Auth(), TEveUtil::SetupEnvironment(), ROOT::Math::GeneticMinimizer::SetVariable(), TProofDrawHist::SlaveBegin(), TProofDrawEventList::SlaveBegin(), TProofDrawEntryList::SlaveBegin(), TProofDrawProfile::SlaveBegin(), TProofDrawProfile2D::SlaveBegin(), TProofDrawGraph::SlaveBegin(), TProofDrawPolyMarker3D::SlaveBegin(), TProofDraw::SlaveTerminate(), TProofDrawEventList::SlaveTerminate(), TProofDrawEntryList::SlaveTerminate(), StandardHypoTestDemo(), TGLOutput::StartEmbeddedPS(), TRecorderRecording::StartRecording(), TRecorderRecording::Stop(), TAlien::Submit(), TUnfoldSys::SubtractBackground(), TGLLockable::TakeLock(), TAlienPackage::TAlienPackage(), TDavixFile_http_get_ucert(), TProofDraw::Terminate(), TProofDrawHist::Terminate(), TProofDrawProfile::Terminate(), TProofDrawProfile2D::Terminate(), TProofDrawGraph::Terminate(), TProofDrawPolyMarker3D::Terminate(), TProofDrawListOfGraphs::Terminate(), TProofDrawListOfPolyMarkers3D::Terminate(), TMatrixTSparse< Element >::TMatrixTSparse(), treeClient(), TUnfoldDensity::TUnfoldDensity(), TGLSceneBase::UpdateSceneInfo(), TAlien::~TAlien(), and TAlienPackage::~TAlienPackage().

void MayNotUse ( const char *  method)

This function can be used in classes that should override a certain function, but in the inherited class the function makes no sense.

Definition at line 269 of file TError.cxx.

Referenced by ClassImp(), and TGenCollectionProxy::ReadBuffer().

void Obsolete ( const char *  function,
const char *  asOfVers,
const char *  removedFromVers 
)

Use this function to declare a function obsolete.

Specify as of which version the method is obsolete and as from which version it will be removed.

Definition at line 278 of file TError.cxx.

Referenced by TStorage::AddToHeap(), TStorage::GetHeapBegin(), TStorage::GetHeapEnd(), TString::GetInitialCapacity(), TString::GetMaxWaste(), TString::GetResizeIncrement(), TString::InitialCapacity(), TStorage::IsOnHeap(), TString::MaxWaste(), TStorage::ReAlloc(), and TString::ResizeIncrement().

ErrorHandlerFunc_t SetErrorHandler ( ErrorHandlerFunc_t  newhandler)
void SysError ( const char *  location,
const char *  msgfmt,
  ... 
)

Referenced by ClassImp(), and TMD5::ReadChecksum().

void Warning ( const char *  location,
const char *  msgfmt,
  ... 
)

Referenced by TClassTable::Add(), ROOT::Internal::TTreeProxyGenerator::AddDescriptor(), ROOT::Internal::TTreeProxyGenerator::AddForward(), ROOT::Internal::TTreeReaderGenerator::AddReader(), TGLViewerBase::AddScene(), TGL5DPainter::AddSurface(), TGLSceneBase::AddViewer(), TEveElement::Annihilate(), TEveElement::ApplyVizTag(), TEveProjection::BisectBreakPoint(), TKDTree< Index, Value >::Build(), TKDEFGT::BuildModel(), TAlienPackage::CheckDependencies(), ClassImp(), TTreeCloner::CollectBranches(), HFit::ComputeChi2(), TMinuitMinimizer::Contour(), TEveElement::CopyVizParamsFromDB(), TUnfoldBinning::CreateHistogram(), ROOT::TGenericClassInfo::CreateRuleSet(), TEveRefBackPtr::DecRefCount(), TEmulatedCollectionProxy::DeleteArray(), TEveElement::DestroyElements(), TGLScene::DestroyLogical(), TEveElement::DestroyOrWarn(), TEveProjectionAxesGL::DirectDraw(), TUnuranSampler::DoInitDiscrete1D(), TGLLogicalShape::Draw(), TGLPadPainter::DrawGradient(), TEveCalo2DGL::DrawHighlight(), TMatrixT< Element >::EigenVectors(), TGLRnrCtx::EndSelection(), TEveVectorT< TT >::Eta(), ROOT::Fit::HFitInterface::ExamineRange(), ROOT::Fit::FillData(), TGLScene::FindLogicalSmartRefresh(), HFit::Fit(), ROOT::Fit::FitObject(), ROOT::Fit::FitOptionsMake(), ROOT::Internal::GenericShowMembers(), ROOT::Internal::TTreeReaderArrayBase::GetBranchContentDataType(), TEveManager::GetGeometry(), TUnfoldDensity::GetL(), TEveProjection::GetLimit(), TUnfoldDensity::GetLxMinusBias(), TTreeTableInterface::GetValue(), TGLContext::GlewInit(), TAlienPackage::InstallSinglePackage(), ROOT::TF1Helper::IntegralError(), TClingClassInfo::InternalNext(), TGLMatrix::Invert(), Krb5Authenticate(), TF1Convolution::MakeFFTConv(), TLinearMinimizer::Minimize(), TEveListTreeItem::NotSupported(), TColor::Number2Pixel(), OldSlaveAuthSetup(), TConvertClonesArrayToProxy::operator()(), TIterator::operator*(), TEveElement::PaintStandard(), ROOT::Internal::TTreeReaderGenerator::ParseOptions(), ROOT::MacOSX::X11::ParseXLFDName(), TKDEFGT::Predict(), TGLFont::PreRender(), TGLViewerBase::PreRender(), TGLLogicalShape::PurgeDLRange(), R__WriteDependencyFile(), TUnuran::ReInitDiscrDist(), TGLViewerBase::RemoveScene(), TGLSceneBase::RemoveViewer(), TGLScene::RenderElements(), TProofServ::ResolveKeywords(), ROOT_TImplicitMT_DisableImplicitMT(), ROOT_TImplicitMT_EnableImplicitMT(), TEveManager::SaveVizDB(), TGLViewerBase::SceneDestructing(), ROOT::MacOSX::Details::FontCache::SelectFont(), TGL5DPainter::SetAlpha(), TGListTreeItemStd::SetCheckBoxPictures(), TMinuitMinimizer::SetLowerLimitedVariable(), TH3GL::SetModel(), TGLObject::SetModelCheckClass(), TGL5DPainter::SetNContours(), ROOT::Math::GeneticMinimizer::SetOptions(), TGListTreeItemStd::SetPictures(), TF1Convolution::SetRange(), TTF::SetTextFont(), TGLClip::Setup(), TGLClipPlane::Setup(), TMinuitMinimizer::SetUpperLimitedVariable(), TMinuitMinimizer::SetVariableLowerLimit(), TMinuitMinimizer::SetVariableUpperLimit(), StandardHypoTestDemo(), TProfileHelper::Sumw2(), transp(), transp_text(), transparentpad(), TTreeCloner::TTreeCloner(), ROOT::Fit::UnBinFit(), TGRedirectOutputGuard::Update(), TGLScene::UpdatePhysioLogical(), TGLScene::UpdateSceneInfo(), TStreamerInfoActions::UseCache(), TStreamerInfoActions::UseCacheGenericCollection(), TStreamerInfoActions::UseCacheVectorLoop(), TStreamerInfoActions::UseCacheVectorPtrLoop(), UseCastor2API(), TEveElement::VizDB_UpdateModel(), and TGLLogicalShape::~TGLLogicalShape().

Variable Documentation

R__EXTERN Int_t gErrorAbortLevel
R__EXTERN Int_t gErrorIgnoreLevel
R__EXTERN TVirtualMutex* gErrorMutex

Definition at line 46 of file TError.h.

R__EXTERN Bool_t gPrintViaErrorHandler

Definition at line 109 of file TError.h.

Referenced by Printf().

R__EXTERN const char* kAssertMsg

Definition at line 95 of file TError.h.

const Int_t kBreak = 4000
R__EXTERN const char* kCheckMsg

Definition at line 96 of file TError.h.

const Int_t kError = 3000
const Int_t kFatal = 6000
const Int_t kInfo = 1000
const Int_t kPrint = 0
const Int_t kSysError = 5000
const Int_t kUnset = -1
const Int_t kWarning = 2000