Index

C++ Code Documentation

bonnetlab::kernel::Exception

Derived from: base::Exception

File: LAB/bonnetlab/kernel/Exception.H

public:
  • enum ErrorCode;
  • Exception( ErrorCode code ) throw() : base::Exception(_message0[code]);
protected:
private:
  • static std::string create_message(ErrorCode code, uint n) throw();
  • static char const *const _message0[];


bonnetlab::kernel::Exception GANG