Wallaroo  0.8
Public Member Functions | List of all members
wallaroo::WallarooError Class Reference

#include <exceptions.h>

Inheritance diagram for wallaroo::WallarooError:
wallaroo::CatalogNotSpecified wallaroo::DeletedPartError wallaroo::DuplicatedElement wallaroo::ElementNotFound wallaroo::LexicalError wallaroo::SyntaxError wallaroo::WiringError wallaroo::WrongFile wallaroo::WrongType

Public Member Functions

 WallarooError (const std::string &what)
 
 ~WallarooError () throw ()
 

Detailed Description

Base class for all Wallaroo errors. Derives from std::runtime_error. Call member function what to get human readable message associated with the error.

Constructor & Destructor Documentation

wallaroo::WallarooError::WallarooError ( const std::string &  what)
inline

Instantiate a WallarooError instance with the given message.

Parameters
whatThe message to associate with this error.
wallaroo::WallarooError::~WallarooError ( )
throw (
)
inline

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