Concrete Python
git-339c971
|
#include <concrete/exception.hpp>
Public Member Functions | |
CodeException (const Object &value) throw () | |
CodeException (const CodeException &other) throw () | |
void | operator= (const CodeException &other) throw () |
virtual const char * | what () const throw () |
Protected Member Functions | |
CodeException (const StringObject &representation, int) throw () |
Recoverable error resulting from an action taken by Python code.
CodeException | ( | const Object & | value | ) | throw () [explicit] |
value | represents the cause |
CodeException | ( | const CodeException & | other | ) | throw () |
Copy.
CodeException | ( | const StringObject & | representation, |
int | |||
) | throw () [protected] |
representation | of the cause |
void operator= | ( | const CodeException & | other | ) | throw () |
Assign.
virtual const char* what | ( | ) | const throw () [virtual] |