class TFException


  File:      TFError.cpp

  Version:   1.0

  Author:    Reiner Rohlfs (GADC)

  History:   1.0   11.07.03  first released version


Function Members (Methods)

public:
TFException()
TFException(const TFException&)
TFException(const char* function, const char* errorMsg)
~TFException()
voidAddToError()
static TClass*Class()
virtual TClass*IsA() const
TFException&operator=(const TFException&)
voidPrintError()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
TStringfFunctionfunction that creates this exception
TStringfMsgthe error message

Class Charts

Inheritance Chart:
TFException

Function documentation

TFException(const char * function, const char * errorMsg, ...)
 The function name and a message should be specified. The default length
 of the function name at the printout is 24 characters.
 The maximum length of the errorMsg is 1999 characters.
void PrintError()
 Prints the function name and the error messages on standard output
TFException(const TFException& )
{}
TFException(const char * function, const char * errorMsg, ...)
void AddToError()
{TFError::AddError(fFunction, fMsg);}

Author: (GADC)
Last update: Fri Mar 14 13:55:15 2008

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.