ROOT  6.06/08
Reference Guide
Macros | Typedefs | Functions | Variables
TError.h File Reference
#include "Rtypes.h"
#include <stdarg.h>
+ Include dependency graph for TError.h:

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

§ R__ASSERT

#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:425

Definition at line 98 of file TError.h.

Referenced by TVectorT< Double_t >::Abs(), TMatrixTBase< Element >::Abs(), TBtInnerNode::Add(), TBtLeafNode::Add(), Add(), TTableDescriptor::AddAt(), TOrdCollection::AddAt(), TBtInnerNode::AddElt(), TChain::AddFriend(), TTree::AddFriend(), ROOT::Detail::TCollectionProxyInfo::Address< std::vector< Bool_t >::const_reference >::address(), TMatrixTSparse< Double_t >::AMinusB(), TMatrixTSparse< Double_t >::AMultBt(), RooPoisson::analyticalIntegral(), RooLognormal::analyticalIntegral(), RooJeffreysPrior::analyticalIntegral(), RooGamma::analyticalIntegral(), RooLegendre::analyticalIntegral(), RooBernstein::analyticalIntegral(), RooChiSquarePdf::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< Double_t >::APlusB(), TBtInnerNode::Append(), TBtLeafNode::Append(), TBtInnerNode::AppendFrom(), TBtLeafNode::AppendFrom(), TMatrixTSym< Double_t >::Apply(), TVectorT< Double_t >::Apply(), TMatrixTBase< Element >::Apply(), TMultiLayerPerceptron::AttachData(), TBtInnerNode::BalanceWithLeft(), TBtLeafNode::BalanceWithLeft(), TBtInnerNode::BalanceWithRight(), TBtLeafNode::BalanceWithRight(), TProofDrawProfile::Begin(), TProofDrawProfile2D::Begin(), TProofDrawHist::Begin1D(), TProofDrawHist::Begin2D(), TProofDrawHist::Begin3D(), TH1::BufferFill(), TSelectorCint::Build(), TStreamerInfo::BuildEmulated(), TMatrixTSparse< Double_t >::ColNorm(), TMatrixTBase< Element >::ColNorm(), TStreamerInfo::CompareContent(), TStreamerInfo::Compile(), TClonesArray::Compress(), ROOT::v5::TFormula::Convert(), TMemFile::TMemBlock::CreateNext(), TLinearFitter::CStep(), TQpDataSparse::DataNorm(), TQpDataDens::DataNorm(), TProofDrawProfile::DefVar(), TProofDrawProfile2D::DefVar(), TProofDrawHist::DefVar1D(), TProofDrawHist::DefVar2D(), TProofDrawHist::DefVar3D(), TStreamerInfo::DestructorImpl(), TDecompBase::Det(), TMatrixT< Double_t >::Determinant(), 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(), RooStats::HistFactory::FlexibleInterpVar::FlexibleInterpVar(), 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(), TFormLeafInfoCollection::GetLocalValuePointer(), TMatrixTSparse< Double_t >::GetMatrix2Array(), TMatrixTBase< Element >::GetMatrix2Array(), RooLegendre::getMaxVal(), TF1::GetMinMaxNDim(), TPacketizer::GetNextPacket(), TBtInnerNode::GetNofKeys(), GetNumericCollectionReadAction(), ROOT::Detail::TBranchProxy::GetStlStart(), TVectorT< Double_t >::GetSub(), TMatrixTSym< Double_t >::GetSub(), TMatrixT< Double_t >::GetSub(), TMatrixTSparse< Double_t >::GetSub(), TChainIndex::GetSubTreeIndex(), TFormLeafInfoCollection::GetValuePointer(), TProof::GoMoreParallel(), TProof::GoParallel(), TBtree::IdxAdd(), TBtInnerNode::InformParent(), TXSlave::Init(), TSlave::Init(), TProofLite::Init(), TTreeFormula::Init(), TProofDrawGraph::Init(), TProofDrawPolyMarker3D::Init(), TProof::Init(), RooNDKeysPdf::initialize(), TMinuitMinimizer::InitTMinuit(), TMatrixTSparse< Double_t >::InsertRow(), TVectorT< Double_t >::Invert(), TMatrixTSym< Double_t >::Invert(), TMatrixTSym< Double_t >::InvertFast(), TMatrixT< Double_t >::InvertFast(), TTreeFormula::IsInteger(), TMatrixTBase< Element >::IsSymmetric(), TMath::KolmogorovTest(), TH1::LabelsDeflate(), TTableDescriptor::LearnTable(), RooStats::HistFactory::HistoToWorkspaceFactoryFast::LinInterpWithConstraint(), TEntryListFromFile::LoadList(), TFormLeafInfoMultiVarDim::LoadSizes(), TFormLeafInfoMultiVarDimCollection::LoadSizes(), TFormLeafInfoMultiVarDimClones::LoadSizes(), TQpProbDens::MakeData(), TQpProbSparse::MakeData(), TTableDescriptor::MakeDescriptor(), MakeHaarMat(), MakeHilbertMat(), TPrincipal::MakeHistograms(), RooStats::HistFactory::HistoToWorkspaceFactoryFast::MakeSingleChannelWorkspace(), TVectorT< Double_t >::Max(), TMatrixTBase< Element >::Max(), RooCBShape::maxVal(), RooKeysPdf::maxVal(), RooHistFunc::maxVal(), RooHistPdf::maxVal(), TProfileHelper::Merge(), TBtInnerNode::MergeWithRight(), TBtLeafNode::MergeWithRight(), TVectorT< Double_t >::Min(), TMatrixTBase< Element >::Min(), TOrdCollection::MoveGapTo(), TMatrixT< Double_t >::Mult(), Mult(), TDecompBase::MultiSolve(), TMatrixT< Double_t >::MultT(), ROOT::Detail::TCollectionProxyInfo::Iterators< std::vector< T >, false >::next(), TVectorT< Double_t >::NonZeros(), TMatrixTBase< Element >::NonZeros(), TVectorT< Double_t >::Norm1(), TVectorT< Double_t >::Norm2Sqr(), TMatrixT< Double_t >::NormByColumn(), TMatrixTBase< Element >::NormByDiag(), TMatrixT< Double_t >::NormByRow(), TVectorT< Double_t >::NormInf(), TNDArrayRef< T >::operator T(), TVectorT< Double_t >::operator!=(), TMatrixTBase< Element >::operator!=(), TConvertClonesArrayToProxy::operator()(), TConvertMapToProxy::operator()(), TVectorT< Double_t >::operator()(), TMatrixTRow_const< Element >::operator()(), TMatrixTSym< Double_t >::operator()(), TMatrixT< Double_t >::operator()(), TMatrixTRow< Element >::operator()(), TMatrixTSparse< Double_t >::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< Double_t >::operator*=(), TMatrixTSym< Double_t >::operator*=(), TMatrixTSparse< Double_t >::operator*=(), TMatrixT< Double_t >::operator*=(), TMatrixTRow< Element >::operator*=(), TMatrixTColumn< Element >::operator*=(), TMatrixTDiag< Element >::operator*=(), TMatrixTFlat< Element >::operator*=(), TMatrixTSub< Element >::operator*=(), TMatrixTSparseRow< Element >::operator*=(), TMatrixTSparseDiag< Element >::operator*=(), TVectorT< Double_t >::operator+=(), TMatrixTSym< Double_t >::operator+=(), TMatrixTSparse< Double_t >::operator+=(), TMatrixT< Double_t >::operator+=(), TMatrixTRow< Element >::operator+=(), TMatrixTColumn< Element >::operator+=(), TMatrixTDiag< Element >::operator+=(), TMatrixTFlat< Element >::operator+=(), TMatrixTSub< Element >::operator+=(), TMatrixTSparseRow< Element >::operator+=(), TMatrixTSparseDiag< Element >::operator+=(), TVectorT< Double_t >::operator-=(), TMatrixTSym< Double_t >::operator-=(), TMatrixTSparse< Double_t >::operator-=(), TMatrixT< Double_t >::operator-=(), TMatrixT< Double_t >::operator/=(), TVectorT< Double_t >::operator<(), TMatrixTBase< Element >::operator<(), operator<<(), TVectorT< Double_t >::operator<=(), TMatrixTBase< Element >::operator<=(), TVectorT< Double_t >::operator=(), TMatrixTSym< Double_t >::operator=(), TMatrixT< Double_t >::operator=(), TMatrixTSparse< Double_t >::operator=(), TMatrixTRow< Element >::operator=(), TMatrixTColumn< Element >::operator=(), TMatrixTDiag< Element >::operator=(), TMatrixTFlat< Element >::operator=(), TMatrixTSub< Element >::operator=(), TMatrixTSparseRow< Element >::operator=(), TMatrixTSparseDiag< Element >::operator=(), TVectorT< Double_t >::operator==(), TMatrixTBase< Element >::operator==(), TVectorT< Double_t >::operator>(), TMatrixTBase< Element >::operator>(), TVectorT< Double_t >::operator>=(), TMatrixTBase< Element >::operator>=(), TNDArrayRef< T >::operator[](), TNDArrayT< Double_t >::operator[](), TBtLeafNode::operator[](), OuterProduct(), TTreeFormula::ParseWithLeaf(), TProof::Print(), TStreamerInfo::PrintValueSTL(), TProofSuperMaster::Process(), RooStats::HistFactory::HistoToWorkspaceFactoryFast::ProcessExpectedHisto(), TCling::ProcessLine(), TProofDraw::ProcessSingle(), TProfile::ProjectionX(), TProfile2D::ProjectionXY(), TProfile3D::ProjectionXYZ(), TBtInnerNode::PushLeft(), TBtLeafNode::PushLeft(), TBtInnerNode::PushRight(), TBtLeafNode::PushRight(), TOrdCollection::PutAt(), TVectorT< Double_t >::Randomize(), TMatrixTSym< Double_t >::Randomize(), TMatrixTSparse< Double_t >::Randomize(), TMatrixTBase< Element >::Randomize(), TMatrixTSym< Double_t >::RandomizePD(), TMatrixTSparse< Double_t >::RandomizePD(), TMatrixTSym< Double_t >::Rank1Update(), TMatrixT< Double_t >::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(), TStreamerInfoActions::ReadTNamed(), TFormLeafInfoCollectionObject::ReadValue(), TFormLeafInfoCollectionSize::ReadValue(), TTreeFormula::RegisterDimensions(), TCling::RegisterModule(), TChainIndex::ReleaseSubTreeIndex(), TBtInnerNode::Remove(), TBtLeafNode::Remove(), TOrdCollection::RemoveAt(), TBtInnerNode::RemoveItem(), TClass::ResetCaches(), TTreeFormula::ResetDimensions(), TVectorT< Double_t >::ResizeTo(), TMatrixTSparse< Double_t >::ResizeTo(), TMatrixTSym< Double_t >::ResizeTo(), TMatrixT< Double_t >::ResizeTo(), RooBernstein::RooBernstein(), RooChebychev::RooChebychev(), RooNDKeysPdf::RooNDKeysPdf(), RooParametricStepFunction::RooParametricStepFunction(), RooPolynomial::RooPolynomial(), RooPolyVar::RooPolyVar(), TBtree::RootIsFull(), TMatrixTSparse< Double_t >::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< Double_t >::SetMatrixArray(), TMatrixTBase< Element >::SetMatrixArray(), TBufferFile::SetReadParam(), TMatrixTSparse< Double_t >::SetSparseIndex(), TMatrixTSparse< Double_t >::SetSparseIndexAB(), TVectorT< Double_t >::SetSub(), TMatrixTSym< Double_t >::SetSub(), TMatrixT< Double_t >::SetSub(), TMatrixTSparse< Double_t >::SetSub(), TChainIndex::SetTree(), ROOT::Detail::TBranchProxy::Setup(), TBufferFile::SetWriteParam(), TMatrixTSym< Double_t >::Similarity(), TMatrixT< Double_t >::Similarity(), TMatrixTSym< Double_t >::SimilarityT(), TProofDrawPolyMarker3D::SlaveBegin(), TProofDrawListOfGraphs::SlaveBegin(), TProofDrawListOfPolyMarkers3D::SlaveBegin(), TDecompChol::Solve(), TDecompBK::Solve(), TDecompLU::Solve(), TDecompQRH::Solve(), TDecompSVD::Solve(), TQpLinSolverBase::Solve(), TDecompSparse::Solve(), TBtLeafNode::Split(), TBtInnerNode::SplitWith(), TBtLeafNode::SplitWith(), TVectorT< Double_t >::Sqr(), TMatrixTBase< Element >::Sqr(), TVectorT< Double_t >::Sqrt(), TMatrixTBase< Element >::Sqrt(), TQpVar::StepBound(), HFit::StoreAndDrawFitFunction(), TVectorT< Double_t >::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(), TMatrixDEigen::TMatrixDEigen(), TMatrixDSymEigen::TMatrixDSymEigen(), 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< Double_t >::TMatrixTSparse(), TMatrixTSparseDiag_const< Element >::TMatrixTSparseDiag_const(), TMatrixTSparseRow_const< Element >::TMatrixTSparseRow_const(), TMatrixTSub_const< Element >::TMatrixTSub_const(), TMatrixTSym< Double_t >::TMatrixTSym(), TMonitor::TMonitor(), TMatrixTSym< Double_t >::TMult(), TMatrixT< Double_t >::TMult(), TClass::TNameMapNode::TNameMapNode(), TQpProbDens::TQpProbDens(), TQpProbSparse::TQpProbSparse(), TQpVar::TQpVar(), TH1::TransformHisto(), TMatrixTSym< Double_t >::Transpose(), TMatrixT< Double_t >::Transpose(), TMatrixTSparse< Double_t >::Transpose(), TDecompLU::TransSolve(), TDecompQRH::TransSolve(), TDecompSVD::TransSolve(), TRootSecContext::TRootSecContext(), TSecContext::TSecContext(), TServerSocket::TServerSocket(), TSocket::TSocket(), TUDPSocket::TUDPSocket(), TVectorT< Double_t >::TVectorT(), TMatrixTSparse< Double_t >::UnitMatrix(), TMatrixTBase< Element >::UnitMatrix(), TEveProjected::UnRefProjectable(), TTreeFormula::UpdateFormulaLeaves(), TVectorT< Double_t >::Use(), TMatrixT< Double_t >::Use(), TMatrixTSparse< Double_t >::Use(), TGenCollectionProxy::Value::Value(), VerifyMatrixIdentity(), 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< Double_t >::Zero(), TMatrixTSparse< Double_t >::Zero(), TMatrixTBase< Element >::Zero(), and TClass::~TClass().

§ R__CHECK

#define R__CHECK (   e)
Value:
do { \
if (!(e)) ::Warning("", kCheckMsg, _QUOTE_(e), __LINE__, __FILE__); \
} while (0)
#define _QUOTE_(name)
Definition: RConfig.h:425
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

§ ErrorHandlerFunc_t

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

§ AbstractMethod()

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 TXHandler::HandleError(), and TXHandler::HandleInput().

§ Break()

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

§ DefaultErrorHandler()

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().

§ Error()

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

Referenced by __rdtsc(), TRootSniffer::AccessField(), TProfileHelper::Add(), TSortedList::Add(), TVectorT< Double_t >::Add(), TList::AddAfter(), TList::AddBefore(), TUnfoldBinning::AddBinning(), TTreeTableInterface::AddColumn(), TMacOSXSystem::AddFileHandler(), TUnfoldSys::AddSysError(), TString::AdjustCapacity(), TGLScene::AdoptLogical(), TGLScene::AdoptPhysical(), TThread::AfterCancel(), TVectorT< Double_t >::Allocate(), AnalyticalIntegral(), TString::Append(), AreCompatible(), TSubString::AssertElement(), TString::AssertElement(), TDatime::AsString(), TMD5::AsString(), TRootAuth::Authenticate(), TAuthenticate::AuthError(), TProofLimitsFinder::AutoBinFunc(), TString::BaseConvert(), TProofDrawHist::Begin(), TMath::BesselI(), TMath::BesselK(), TMath::BesselK0(), TMath::BesselK1(), TMath::BetaDist(), TMath::BetaDistI(), Rgl::Mc::TMeshBuilder< TKDEFGT, Float_t >::BuildMesh(), TGLH2PolyPainter::BuildTesselation(), TGLH2PolyPainter::CacheGeometry(), TGLRotateManip::CalculateAngleDelta(), TGLPhysicalShape::CalculateShapeLOD(), TGLOutput::Capture(), TGLOutput::CapturePostscript(), TGLite::Cd(), TAlien::Cd(), TTF::CharToUnicode(), TQObject::CheckConnectArgs(), TAlienPackage::CheckDirectories(), TGLUtil::CheckError(), HFit::CheckFitFunction(), TMinuitMinimizer::CheckMinuitInstance(), TMinuitMinimizer::CheckVarIndex(), TString::Clobber(), TString::Clone(), TDavixFileInternal::Close(), TTreeCloner::CollectBranches(), Compare(), TPRegexp::Compile(), TSystem::CompileMacro(), TProofDraw::CompileVariables(), TTabCom::Complete(), TGrid::Connect(), TMinuitMinimizer::Contour(), TDatime::Convert(), THtml::Convert(), TTreeCloner::CopyProcessIds(), TSlave::Create(), TGX11::CreatePictureFromData(), TGX11::CreatePictureFromFile(), 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(), TXMLEngine::DisplayError(), TPadPainter::DrawFillArea(), TGLPadPainter::DrawFillArea(), TGLPadPainter::DrawPixels(), TGLIsoPainter::DrawPlot(), TPadPainter::DrawPolyLine(), TPadPainter::DrawPolyLineNDC(), TPadPainter::DrawPolyMarker(), TPadPainter::DrawTextNDC(), RooStats::HybridPlot::DumpToImage(), E2Norm(), ROOT::EnableThreadSafety(), TFumiliMinimizer::EvaluateFCN(), TMatrixTBase< Element >::ExtractRow(), Rgl::Fgt::TKDEAdapter::FetchDensities(), TMD5::FileChecksum(), TUnixSystem::FillWithCwd(), TUnixSystem::FindDynamicLibrary(), TMath::GammaDist(), TClingBaseClassInfo::GenerateBaseOffsetFunction(), TGLLevelPalette::GeneratePalette(), TGLQuadric::Get(), TClingClassInfo::GetBaseOffset(), TGLClipSet::GetClipState(), TGLClipSet::GetClipType(), TGClient::GetColorByName(), TTreeTableInterface::GetColumnHeader(), GetConvertCollectionReadAction(), TMinuitMinimizer::GetCovMatrix(), TUnfoldBinning::GetDistributionAverageBinSize(), TOracleRow::GetField(), TGFontPool::GetFont(), TGClient::GetFontByName(), TGFont::GetFontMetrics(), TGLRnrCtx::GetGluQuadric(), TMinuitMinimizer::GetHessianMatrix(), TGClient::GetHilite(), TUnixSystem::GetHostByName(), TRootSniffer::GetItem(), TTabCom::GetListOfEnvVars(), TClingClassInfo::GetMethod(), TMinuitMinimizer::GetMinosError(), GetNumericCollectionReadAction(), THtml::GetOutputDir(), GetRange(), TOracleRow::GetRowData(), TTreeTableInterface::GetRowHeader(), TSelector::GetSelector(), TUnixSystem::GetServiceByName(), TGClient::GetShadow(), TUnixSystem::GetSockOpt(), TTabCom::GetSysIncludePath(), TGSimpleTableInterface::GetValue(), TTreeTableInterface::GetValue(), TTreeTableInterface::GetValueAsString(), TProofMgr::GetXProofMgrHook(), TGLContext::GlewInit(), TMinuitMinimizer::Hesse(), TRegexp::Index(), TUnuranSampler::Init(), TTF::Init(), TUnuran::Init(), TClingClassInfo::Init(), TProofDrawEventList::Init(), TString::Init(), TGLIsoPainter::InitGeometry(), TOracleResult::initResultSet(), 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(), TString::IsInBaseN(), TOracleRow::IsValid(), TOracleResult::IsValid(), TString::Itoa(), TMath::KolmogorovTest(), Krb5Authenticate(), Krb5CheckCred(), TProfileHelper::LabelsDeflate(), TGLAxisPainter::LabelsLimits(), TUnixSystem::ListSymbols(), TString::LLtoa(), TGLScene::LodifySceneInfo(), TMath::LogNormal(), TGX11::LookupString(), TGLite::Ls(), THtml::MakeClass(), TTabCom::MakeClassFromClassName(), TGLContext::MakeCurrent(), TMatrixDSymEigen::MakeEigenVectors(), MakeHaarMat(), TMatrixDEigen::MakeSchurr(), THtml::MakeTree(), TRegexp::MakeWildcard(), TPRegexp::MatchInternal(), TMVA::Tools::Mean(), TMath::Mean(), TMath::Median(), TProfileHelper::Merge(), TFumiliMinimizer::Minimize(), TMinuitMinimizer::Minimize(), TGLite::Mkdir(), TAlien::Mkdir(), TClingClassInfo::New(), TOracleResult::Next(), TGLVector3::Normalise(), TGLPlane::Normalise(), TMatrixTBase< Element >::NormByDiag(), TMath::NormQuantile(), Rgl::ObjectIDToColor(), TOCCToStep::OCCDocCreation(), TOCCToStep::OCCWriteStep(), TClingBaseClassInfo::Offset(), TAlienFile::Open(), TDavixFileInternal::Open(), TAlien::OpenCollection(), TTime::operator long(), TTime::operator unsigned long(), TConvertClonesArrayToProxy::operator()(), TMatrixTRow_const< Element >::operator()(), TMatrixTRow< 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*(), TMatrixTRow< Element >::operator*=(), TMatrixTColumn< Element >::operator*=(), TMatrixTDiag< Element >::operator*=(), TMatrixTFlat< Element >::operator*=(), TMatrixTSub< Element >::operator*=(), TMatrixTSparseRow< Element >::operator*=(), TMatrixTSparseDiag< Element >::operator*=(), TMatrixTRow< Element >::operator+=(), TMatrixTColumn< Element >::operator+=(), TMatrixTDiag< Element >::operator+=(), TMatrixTFlat< Element >::operator+=(), TMatrixTSub< Element >::operator+=(), TMatrixTSparseRow< Element >::operator+=(), TMatrixTSparseDiag< Element >::operator+=(), TFitResultPtr::operator->(), TMatrixTRow< Element >::operator=(), TMatrixTColumn< Element >::operator=(), TMatrixTDiag< Element >::operator=(), TMatrixTFlat< Element >::operator=(), TMatrixTSub< Element >::operator=(), TMatrixTSparseRow< Element >::operator=(), TMatrixTSparseDiag< Element >::operator=(), operator==(), TBtInnerNode::operator[](), TPRegexp::Optimize(), TArray::OutOfBoundsError(), TGLAxisPainter::PaintAxis(), TSAXParser::ParseBuffer(), TPRegexp::ParseMods(), performance(), TGLRnrCtx::PopColorSet(), TAlienPackage::PostInstall(), TKDEFGT::Predict(), TGLSceneBase::PreDraw(), TGLScene::PreDraw(), TString::Prepend(), TMD5::Print(), TMatrixTBase< Element >::Print(), TGLPlotPainter::PrintPlot(), TMacOSXSystem::ProcessApplicationDefinedEvent(), TRootSniffer::ProduceImage(), TRootSniffer::ProduceMulti(), TClingBaseClassInfo::Property(), TGLite::Pwd(), TAlien::Pwd(), TGLite::Query(), R__CreateEmulatedElement(), TMatrixTSub< Element >::Rank1Update(), TArray::ReadArray(), TStreamerInfoActions::ReadArraySTLMemberWiseChangedClass(), TString::ReadBuffer(), TEmulatedCollectionProxy::ReadItems(), TEmulatedMapProxy::ReadMap(), TGenCollectionStreamer::ReadMap(), TGenCollectionStreamer::ReadMapHelper(), readOneValue(), TGX11::ReadPictureDataFromFile(), TGenCollectionStreamer::ReadPrimitives(), TStreamerInfoActions::ReadSTLMemberWiseChangedClass(), TString::ReadString(), TGLScene::RebuildSceneInfo(), TUnixSystem::RecvBuf(), TUnixSystem::RecvRaw(), TGLite::Register(), TGLFontManager::RegisterFont(), TGLContextIdentity::Release(), TGLLockable::ReleaseLock(), TTreeTableInterface::RemoveColumn(), TGLPhysicalShape::RemoveReference(), TGL5DPainter::RemoveSurface(), TGX11TTF::RenderString(), TString::Replace(), TPRegexp::ReplaceSubs(), TProof::Reset(), TGPasswdDialog::ReturnPressed(), TGLite::Rm(), TAlien::Rm(), TGLite::Rmdir(), TAlien::Rmdir(), RootX11ErrorHandler(), RootX11IOErrorHandler(), TGLPadPainter::SaveImage(), TEveManager::SaveVizDB(), TGLMatrix::Scale(), TMinuitMinimizer::Scan(), TGLPadPainter::SelectDrawable(), TUnixSystem::SendBuf(), TUnixSystem::SendRaw(), TDatime::Set(), TTimeStamp::Set(), TGLBoundingBox::SetAligned(), TGLH2PolyPainter::SetBinColor(), TGLClipSet::SetClipType(), TGLTH3CompositionPainter::SetColor(), TEveUtil::SetColorBrightness(), TUnuran::SetContDistribution(), TGLContext::SetContext(), TUnuran::SetDiscreteDistribution(), TUnuran::SetEmpiricalDistribution(), RooStats::HistFactory::StatError::SetErrorHist(), TFumiliMinimizer::SetFixedVariable(), TTreeTableInterface::SetFormula(), TLinearMinimizer::SetFunction(), TFumiliMinimizer::SetFunction(), TGLText::SetGLTextFont(), TGX11::SetIconName(), TFumiliMinimizer::SetLimitedVariable(), TUnuran::SetMethodAndInit(), TUnuran::SetMultiDistribution(), THtml::THelperBase::SetOwner(), TRint::SetPrompt(), TGLPlotCoordinates::SetRanges(), TGLPlotCoordinates::SetRangesCartesian(), TGLPlotCoordinates::SetRangesCylindrical(), TGLPlotCoordinates::SetRangesPolar(), TGLPlotCoordinates::SetRangesSpherical(), TUnixSystem::SetSockOpt(), RooStats::HistFactory::Sample::SetStatError(), TTF::SetTextFont(), TTF::SetTextSize(), TUrl::SetUrl(), TUUID::SetUUID(), TFumiliMinimizer::SetVariable(), TTreeTableInterface::SetVariablesExpression(), TFumiliMinimizer::SetVariableValue(), TGX11::SetWindowName(), TSelHandleDataSet::SlaveBegin(), TProofDrawHist::SlaveBegin(), TProofDrawProfile::SlaveBegin(), TProofDrawProfile2D::SlaveBegin(), TList::Sort(), TUnixSystem::StackTrace(), HFit::StoreAndDrawFitFunction(), TMath::StudentQuantile(), TGLite::Submit(), TAlien::Submit(), TGLLogicalShape::SubRef(), TPMERegexp::Substitute(), TPRegexp::SubstituteInternal(), TSubString::SubStringError(), TGLContext::SwapBuffers(), TGLLockable::TakeLock(), TAlien::TAlien(), TArchiveFile::TArchiveFile(), TClingClassInfo::TClingClassInfo(), TCondition::TCondition(), TDataSet::TDataSet(), TDCacheFile::TDCacheFile(), TDecompQRH::TDecompQRH(), TDecompSVD::TDecompSVD(), TDrawFeedback::TDrawFeedback(), TProofDrawEventList::Terminate(), TProofDrawEntryList::Terminate(), testAnalyticalIntegrals(), testBinarySearch(), testGAMinimizer(), testkdTreeBinning(), testSort(), testTStatistic(), TF1Convolution::TF1Convolution(), TF1NormSum::TF1NormSum(), TFTP::TFTP(), TGApplication::TGApplication(), TGClient::TGClient(), TGeoPainter::TGeoPainter(), TGFALFile::TGFALFile(), TGFontDialog::TGFontDialog(), TGIdleHandler::TGIdleHandler(), TGLCylinder::TGLCylinder(), TGLH2PolyPainter::TGLH2PolyPainter(), TGLIsoPainter::TGLIsoPainter(), TGLParametricEquation::TGLParametricEquation(), TGMimeTypes::TGMimeTypes(), TGRedirectOutputGuard::TGRedirectOutputGuard(), TGShapedFrame::TGShapedFrame(), TGSpeedo::TGSpeedo(), TGTreeLBEntry::TGTreeLBEntry(), TGTripleVSlider::TGTripleVSlider(), THaarMatrixT< Element >::THaarMatrixT(), TLDAPServer::TLDAPServer(), TMapFile::TMapFile(), TMatrixDEigen::TMatrixDEigen(), TMatrixTColumn_const< Element >::TMatrixTColumn_const(), TMatrixTRow_const< Element >::TMatrixTRow_const(), TMatrixTSparse< Double_t >::TMatrixTSparse(), TMatrixTSparseRow_const< Element >::TMatrixTSparseRow_const(), TMatrixTSub_const< Element >::TMatrixTSub_const(), TMatrixTSym< Double_t >::TMatrixTSym(), TMD5::TMD5(), TMutex::TMutex(), TObjectSpy::TObjectSpy(), TPacketizerMulti::TPacketizerMulti(), TPgSQLServer::TPgSQLServer(), TProofBenchRunCPU::TProofBenchRunCPU(), TProofProgressDialog::TProofProgressDialog(), TRFIOFile::TRFIOFile(), TS3WebFile::TS3WebFile(), TSapDBResult::TSapDBResult(), TSapDBServer::TSapDBServer(), TSAXParser::TSAXParser(), TSQLiteServer::TSQLiteServer(), TStatsFeedback::TStatsFeedback(), TTreeSQL::TTreeSQL(), TTreeTableInterface::TTreeTableInterface(), TUUID::TUUID(), TVirtualMC::TVirtualMC(), TVirtualPacketizer::TVirtualPacketizer(), TVolumeView::TVolumeView(), TXUnixSocket::TXUnixSocket(), TClingMethodInfo::Type(), TAlien::Type(), TString::UItoa(), TString::ULLtoa(), TUnixSystem::UnixTcpService(), TUnixSystem::UnixUnixConnect(), TUnixSystem::UnixUnixService(), TGLUtil::UnlockColor(), TRootSniffer::UnregisterObject(), TMD5::Update(), TGLScene::UpdateLogical(), TGLScene::UpdatePhysical(), TGLScene::UpdatePhysioLogical(), TGLScene::UpdateSceneInfo(), TBranchElement::ValidateAddress(), TGenCollectionProxy::Value::Value(), TMinuitMinimizer::VariableIndex(), TMath::VavilovSet(), VerifyMatrixIdentity(), VerifyMatrixValue(), TEveElement::VizDB_Insert(), TEmulatedCollectionProxy::WriteItems(), TEmulatedMapProxy::WriteMap(), TGenCollectionStreamer::WriteMap(), and TGenCollectionStreamer::WritePrimitives().

§ ErrorHandler()

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(), Debug(), TSlaveLite::DoError(), TXSlave::DoError(), TObject::DoError(), TXSocket::DoError(), Error(), Fatal(), Info(), Printf(), SysError(), TApplicationServer::TApplicationServer(), and Warning().

§ Fatal()

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

Referenced by TUnfoldBinning::AddAxis(), TMakeProject::AddUniqueStatement(), TStorage::Alloc(), TEmulatedMapProxy::At(), TEmulatedCollectionProxy::At(), TGenCollectionProxy::At(), TGenCollectionProxy::CheckFunctions(), TUnfoldBinning::CreateBinMap(), ROOT::Internal::TTreeReaderArrayBase::CreateProxy(), TStorage::EnterStat(), TUnfoldBinning::FillBinMapSingleNode(), ROOT::TGenericClassInfo::GetClass(), TUnfoldBinning::GetGlobalBinNumber(), GetNumericCollectionReadAction(), TTabCom::Hook(), TClingClassInfo::Init(), TF1Convolution::InitializeDataMembers(), TEmulatedCollectionProxy::InitializeEx(), TGenCollectionProxy::InitializeEx(), TEmulatedCollectionProxy::Insert(), TMemberInspector::Inspect(), TCollectionStreamer::InvalidProxyError(), TTabCom::MakeClassFromVarName(), R__CreateValue(), TGenCollectionStreamer::ReadBufferDefault(), TStreamerInfoActions::ReadLoopInvalid(), TStorage::ReAlloc(), TStorage::ReAllocChar(), TStorage::ReAllocInt(), TEmulatedCollectionProxy::Resize(), TGenCollectionProxy::Resize(), TEmulatedMapProxy::Size(), TEmulatedCollectionProxy::Size(), TGenCollectionProxy::Size(), TGenCollectionProxy::Streamer(), TBtInnerNode::TBtInnerNode(), TEmulatedMapProxy::TEmulatedMapProxy(), TF1NormSum::TF1NormSum(), TGApplication::TGApplication(), TGenCollectionProxy::TGenCollectionProxy(), TGeoGlobalMagField::TGeoGlobalMagField(), TPythia8::TPythia8(), TSVDUnfold::TSVDUnfold(), TVirtualCollectionIterators::TVirtualCollectionIterators(), TVirtualCollectionPtrIterators::TVirtualCollectionPtrIterators(), TVirtualMCApplication::TVirtualMCApplication(), TMacOSXSystem::WaitEvents(), TStreamerInfoActions::WriteLoopInvalid(), and TVirtualMagField::~TVirtualMagField().

§ GetErrorHandler()

ErrorHandlerFunc_t GetErrorHandler ( )

Returns the current error handler function.

Definition at line 116 of file TError.cxx.

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

§ Info()

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

Referenced by TRootSniffer::AccessField(), TGL5DPainter::AddSurface(), TProofLimitsFinder::AutoBinFunc(), TProofDraw::Begin(), TProofDrawHist::Begin(), TProofDrawProfile::Begin(), TProofDrawProfile2D::Begin(), TMath::BetaCf(), TGLOutput::CapturePostscript(), TAlienPackage::CheckDependencies(), TAlienPackage::CheckDirectories(), HFit::CheckGraphFitOptions(), TAuthenticate::CheckProofAuth(), TEveElement::CheckReferenceCount(), TGLOutput::CloseEmbeddedPS(), TPRegexp::Compile(), TTreeCloner::CopyProcessIds(), TUnfoldBinning::CreateErrorMatrixHistogram(), THtml::CreateListOfClasses(), TAuthenticate::DecodeRSAPublic(), TProofDrawHist::DefVar(), TProofDrawProfile::DefVar(), TProofDrawProfile2D::DefVar(), TEveElement::DestroyElements(), TGLPolyLine::DirectDraw(), TGLSphere::DirectDraw(), TGLPolyMarker::DirectDraw(), TGLFaceSet::DirectDraw(), TGLCylinder::DirectDraw(), TXSlave::DoError(), TProofProgressDialog::DoPlotRateGraph(), TGLPhysicalShape::Draw(), TGLLogicalShape::Draw(), TGLScene::TSceneInfo::DumpDrawStats(), TAlienPackage::Enable(), TDavixFileInternal::enableGridMode(), TAlienPackage::Exec(), TRootSniffer::ExecuteCmd(), TProofDraw::FillWeight(), HFit::Fit(), TGLFormat::GetDefaultSamples(), TClassTable::GetDict(), TClassTable::GetDictNorm(), TMinuitMinimizer::GetMinosError(), TClassTable::GetProto(), TClassTable::GetProtoNorm(), TGLContext::GlewInit(), TEveManager::TExceptionHandler::Handle(), THtml::HaveDot(), TGLFBO::Init(), TUnuranSampler::Init(), TProofDraw::Init(), TProofDrawHist::Init(), TProofDrawEventList::Init(), TProofDrawEntryList::Init(), TProofDrawProfile::Init(), TProofDrawProfile2D::Init(), TProofDrawGraph::Init(), TProofDrawPolyMarker3D::Init(), TGL5DPainter::InitGeometry(), TAlienPackage::InstallAllPackages(), TAlienPackage::InstallSinglePackage(), Krb5Authenticate(), Krb5CheckCred(), Krb5InitCred(), TAlien::ListPackages(), TGLSceneBase::LodifySceneInfo(), TF1Convolution::MakeFFTConv(), ROOT::Math::GeneticMinimizer::Minimize(), TMinuitMinimizer::Minimize(), TXSocketHandler::Notify(), TProofDraw::Notify(), TProofInterruptHandler::Notify(), TAlienFile::Open(), TFile::Open(), TPRegexp::Optimize(), TDavixFileInternal::parseConfig(), TAlienPackage::PostInstall(), TProofDraw::Process(), TGLVoxelPainter::ProcessEvent(), TGLTF3Painter::ProcessEvent(), TGLLegoPainter::ProcessEvent(), TGLBoxPainter::ProcessEvent(), TGLSurfacePainter::ProcessEvent(), TGLTH3CompositionPainter::ProcessEvent(), TGL5DPainter::ProcessEvent(), TGLIsoPainter::ProcessEvent(), TProofDraw::ProcessSingle(), TRootSniffer::ProduceBinary(), TRootSniffer::ProduceImage(), TProofProgressDialog::Progress(), TStorage::ReAlloc(), THtml::TFileSysDir::Recurse(), TGLLockable::ReleaseLock(), TGLSceneBase::RemoveViewer(), TGLScene::RenderAllPasses(), TPRegexp::ReplaceSubs(), TGL5DPainter::ResetGeometryRanges(), TProofDraw::SetCanvas(), TProofDraw::SetDrawAtt(), TDavixFileInternal::setS3Auth(), TEveUtil::SetupEnvironment(), ROOT::Math::GeneticMinimizer::SetVariable(), TSelHandleDataSet::SlaveBegin(), TProofDrawHist::SlaveBegin(), TProofDrawEventList::SlaveBegin(), TProofDrawEntryList::SlaveBegin(), TProofDrawProfile::SlaveBegin(), TProofDrawProfile2D::SlaveBegin(), TProofDrawGraph::SlaveBegin(), TProofDrawPolyMarker3D::SlaveBegin(), TProofDrawListOfGraphs::SlaveBegin(), TProofDrawListOfPolyMarkers3D::SlaveBegin(), TProofDraw::SlaveTerminate(), TProofDrawEventList::SlaveTerminate(), TProofDrawEntryList::SlaveTerminate(), TGLOutput::StartEmbeddedPS(), TGLite::Submit(), TAlien::Submit(), TGLLockable::TakeLock(), TAlien::TAlien(), TAlienPackage::TAlienPackage(), TCastorFile::TCastorFile(), TDavixFile_http_get_ucert(), TProofDraw::Terminate(), TProofDrawHist::Terminate(), TProofDrawProfile::Terminate(), TProofDrawProfile2D::Terminate(), TProofDrawGraph::Terminate(), TProofDrawPolyMarker3D::Terminate(), TProofDrawListOfGraphs::Terminate(), TProofDrawListOfPolyMarkers3D::Terminate(), TEventIter::TEventIter(), TGApplication::TGApplication(), TGLite::TGLite(), TLockFile::TLockFile(), TMatrixTSparse< Double_t >::TMatrixTSparse(), TMySQLServer::TMySQLServer(), TPacketizerMulti::TPacketizerMulti(), TQueryResult::TQueryResult(), TTreeTableInterface::TTreeTableInterface(), TVirtualPacketizer::TVirtualPacketizer(), TGLSceneBase::UpdateSceneInfo(), and TAlien::~TAlien().

§ MayNotUse()

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 TGLite::Command(), TGListTree::Draw(), TGLite::GetJDLGenerator(), TGridJob::GetOutputSandbox(), TGLite::LocateSites(), TGenCollectionProxy::ReadBuffer(), TGLite::Shell(), TGLite::Stderr(), and TGLite::Stdout().

§ Obsolete()

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().

§ SetErrorHandler()

ErrorHandlerFunc_t SetErrorHandler ( ErrorHandlerFunc_t  newhandler)

§ SysError()

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

§ Warning()

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(), TKDEFGT::BuildModel(), TAlienPackage::CheckDependencies(), TTreeCloner::CollectBranches(), TStreamerInfo::Compile(), HFit::ComputeChi2(), TMinuitMinimizer::Contour(), THtml::Convert(), THtml::CopyFileFromEtcDir(), TEveElement::CopyVizParamsFromDB(), CreateArgumentTitle(), TUnfoldBinning::CreateHistogram(), THtml::CreateListOfClasses(), TStreamerInfoActions::TActionSequence::CreateReadMemberWiseActions(), ROOT::TGenericClassInfo::CreateRuleSet(), TEveRefBackPtr::DecRefCount(), TEmulatedCollectionProxy::DeleteArray(), TEveElement::DestroyElements(), TGLScene::DestroyLogical(), TEveElement::DestroyOrWarn(), TEveProjectionAxesGL::DirectDraw(), TUnuranSampler::DoInitDiscrete1D(), TGLLogicalShape::Draw(), TGLPadPainter::DrawGradient(), TEveCalo2DGL::DrawHighlight(), TGX11TTF::DrawImage(), TGLRnrCtx::EndSelection(), TEveVectorT< Float_t >::Eta(), ROOT::Fit::HFitInterface::ExamineRange(), THtml::TFileSysDB::Fill(), ROOT::Fit::FillData(), TGLScene::FindLogicalSmartRefresh(), HFit::Fit(), ROOT::Fit::FitObject(), ROOT::Fit::FitOptionsMake(), ROOT::Internal::GenericShowMembers(), ROOT::Internal::TTreeReaderArrayBase::GetBranchContentDataType(), TGClient::GetColorByName(), TGClient::GetFontByName(), TEveManager::GetGeometry(), TEveProjection::GetLimit(), TTreeTableInterface::GetValue(), TGLContext::GlewInit(), TAlienPackage::InstallSinglePackage(), ROOT::TF1Helper::IntegralError(), TClingClassInfo::InternalNext(), TGLMatrix::Invert(), Krb5Authenticate(), TF1Convolution::MakeFFTConv(), TLinearMinimizer::Minimize(), TXSocketHandler::Notify(), TEveListTreeItem::NotSupported(), TColor::Number2Pixel(), TGX11::OpenDisplay(), TIterator::operator!=(), TConvertClonesArrayToProxy::operator()(), TIterator::operator*(), TEveElement::PaintStandard(), TSAXParser::ParseBuffer(), ROOT::Internal::TTreeReaderGenerator::ParseOptions(), ROOT::MacOSX::X11::ParseXLFDName(), TKDEFGT::Predict(), TGLFont::PreRender(), TGLViewerBase::PreRender(), TGLLogicalShape::PurgeDLRange(), TUnixSystem::RedirectOutput(), TUnuran::ReInitDiscrDist(), TGLViewerBase::RemoveScene(), TGLSceneBase::RemoveViewer(), TGLScene::RenderElements(), TProofServ::ResolveKeywords(), TEveManager::SaveVizDB(), TGLViewerBase::SceneDestructing(), ROOT::MacOSX::Details::FontCache::SelectFont(), TGL5DPainter::SetAlpha(), TGListTreeItemStd::SetCheckBoxPictures(), TUnixSystem::SetDisplay(), TMinuitMinimizer::SetLowerLimitedVariable(), TH3GL::SetModel(), TGLObject::SetModelCheckClass(), TGL5DPainter::SetNContours(), ROOT::Math::GeneticMinimizer::SetOptions(), TGListTreeItemStd::SetPictures(), TF1Convolution::SetRange(), TGLPlotCoordinates::SetRangesSpherical(), TTF::SetTextFont(), TGLClip::Setup(), TGLClipPlane::Setup(), TMinuitMinimizer::SetUpperLimitedVariable(), TMinuitMinimizer::SetVariableLowerLimit(), TMinuitMinimizer::SetVariableUpperLimit(), TUnixSystem::StackTrace(), TProfileHelper::Sumw2(), TComplex::TComplex(), TDatabasePDG::TDatabasePDG(), TDataSetManager::TDataSetManager(), TEventIter::TEventIter(), TGeoGlobalMagField::TGeoGlobalMagField(), TGGC::TGGC(), TGMimeTypes::TGMimeTypes(), THashTable::THashTable(), TMapFile::TMapFile(), TMySQLServer::TMySQLServer(), TObjArray::TObjArray(), TOrdCollection::TOrdCollection(), TSAXParser::TSAXParser(), TTreeCloner::TTreeCloner(), TTreeTableInterface::TTreeTableInterface(), TVirtualMC::TVirtualMC(), 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

§ gErrorAbortLevel

R__EXTERN Int_t gErrorAbortLevel

§ gErrorIgnoreLevel

R__EXTERN Int_t gErrorIgnoreLevel

§ gErrorMutex

R__EXTERN TVirtualMutex* gErrorMutex

Definition at line 46 of file TError.h.

§ gPrintViaErrorHandler

R__EXTERN Bool_t gPrintViaErrorHandler

Definition at line 109 of file TError.h.

Referenced by Printf().

§ kAssertMsg

R__EXTERN const char* kAssertMsg

Definition at line 95 of file TError.h.

§ kBreak

const Int_t kBreak = 4000

§ kCheckMsg

R__EXTERN const char* kCheckMsg

Definition at line 96 of file TError.h.

§ kError

const Int_t kError = 3000

§ kFatal

const Int_t kFatal = 6000

§ kInfo

const Int_t kInfo = 1000

§ kPrint

const Int_t kPrint = 0

§ kSysError

const Int_t kSysError = 5000

§ kUnset

const Int_t kUnset = -1

§ kWarning

const Int_t kWarning = 2000