Index

C++ Code Documentation

surflab::kernel::Exception

Derived from: base::Exception

File: LAB/surflab/kernel/Exception.H

public:
  • enum ErrorCode;
  • Exception( ErrorCode code ) throw() : base::Exception( (char *)0 );
  • Exception( ErrorCode code, uint n ) throw() : base::Exception( (char *)0 );
  • virtual ~Exception();
  • virtual char const *message() const throw();
protected:
private:
  • void create_message(ErrorCode code, uint n) throw();
  • base::String _message;
  • static char const *const _message0[];


surflab::kernel::Exception GANG