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

#include <exceptions.h>

Inheritance diagram for wallaroo::SyntaxError:
wallaroo::WallarooError

Public Member Functions

 SyntaxError (const std::string &msg, std::size_t line, std::size_t col)
 Instantiate a SyntaxError. More...
 
- Public Member Functions inherited from wallaroo::WallarooError
 WallarooError (const std::string &what)
 
 ~WallarooError () throw ()
 

Detailed Description

Error indicating a syntax error parsing a configuration. Derives from WallarooError.

Constructor & Destructor Documentation

wallaroo::SyntaxError::SyntaxError ( const std::string &  msg,
std::size_t  line,
std::size_t  col 
)
inline

Instantiate a SyntaxError.


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