Concrete Python  git-339c971
Public Member Functions | Protected Member Functions
CodeException Class Reference

#include <concrete/exception.hpp>

+ Inheritance diagram for CodeException:
+ Collaboration diagram for CodeException:

List of all members.

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 ()

Detailed Description

Recoverable error resulting from an action taken by Python code.


Constructor & Destructor Documentation

CodeException ( const Object value) throw () [explicit]
Parameters:
valuerepresents the cause
CodeException ( const CodeException other) throw ()

Copy.

CodeException ( const StringObject representation,
int   
) throw () [protected]
Parameters:
representationof the cause

Member Function Documentation

void operator= ( const CodeException other) throw ()

Assign.

virtual const char* what ( ) const throw () [virtual]
Returns:
string describing the cause of the error