Index

C++ Code Documentation

minlab::kernel::Exception

Derived from: base::Exception

File: LAB/minlab/kernel/Exception.H

public:
  • enum ErrorCode;
    Error codes arising from bad input. In the case of a GUI, these correspond roughly to the widgets.
  • Exception( ErrorCode code ) throw() : base::Exception(_message0[code]);
protected:
private:
  • static char const *const _message0[];


minlab::kernel::Exception GANG