#include <stlsoft/error/iteration_interruption.hpp>

Public Types | |
Member Types | |
| typedef std::runtime_error | parent_class_type |
| typedef iteration_interruption | class_type |
Public Member Functions | |
Construction | |
| iteration_interruption () | |
| iteration_interruption (char const *message) | |
| iteration_interruption (char const *message, long errorCode) | |
| virtual | ~iteration_interruption () throw () |
Accessors | |
| virtual char const * | what () const throw () |
| virtual long | get_error_code () const throw () |
| The error code associated with the exception. | |
| virtual long | errorCode () const throw () |
| [DEPRECATED] The error code associated with the exception | |
| virtual long get_error_code | ( | ) | const throw () [inline, virtual] |
| virtual long errorCode | ( | ) | const throw () [inline, virtual] |
[DEPRECATED] The error code associated with the exception
References iteration_interruption::get_error_code().
1.5.6