EbError

EbError is the exception class that is thrown by ebase.

All class functions are defined inline.


[ ebase_lib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index


Class Summary

class EbError
{
public:
EbError(EbErrorEnum e);
EbErrorEnum GetError() ;
const char* GetStringName();
protected:
}; // EbError

Back to the top of EbError


EbError(EbErrorEnum e);

Constructor.

    EbError(EbErrorEnum e);

Function is currently defined inline.


Back to the top of EbError


EbErrorEnum GetError() ;

Return the error number.

    EbErrorEnum GetError()                   
;

Function is currently defined inline.


Back to the top of EbError


const char* GetStringName();

Return the error string name.

    const char* GetStringName();

Back to the top of EbError


All Members

public:
EbErrorEnum GetError() ;
const char* GetStringName();
protected:

Back to the top of EbError


Ancestors

Class does not inherit from any other class.

Back to the top of EbError


Descendants

Class is not inherited by any others.

Back to the top of EbError


Generated from source by the Cocoon utilities on Tue Aug 14 12:00:07 2001 .

Report problems to jkotula@vitalimages.com