ContRap-Core
Public Member Functions

crp::Error Class Reference

Class Error is the main error class thrown. More...

#include <error.h>

Inheritance diagram for crp::Error:
crp::Abort crp::Break crp::EoFError crp::Interrupt crp::Quit crp::Return crp::Stop crp::XMLError

Public Member Functions

 Error (const std::string &message="")
 Creates a new error.
virtual ~Error () throw ()
 Releases the memory.

Detailed Description

Class Error is the main error class thrown.


Constructor & Destructor Documentation

crp::Error::Error ( const std::string &  message = "")

Creates a new error.

Parameters:
messageError message
virtual crp::Error::~Error ( ) throw () [virtual]

Releases the memory.


The documentation for this class was generated from the following file: