OpenWalnut  1.4.0
Public Member Functions
WParseError Class Reference

Indicates invalid input in a parser. More...

#include <WParseError.h>

+ Inheritance diagram for WParseError:

List of all members.

Public Member Functions

 WParseError (const std::string &msg="Error while parsing.")
 Default constructor.
virtual ~WParseError () throw ()
 Destructor.

Detailed Description

Indicates invalid input in a parser.

Definition at line 35 of file WParseError.h.


Constructor & Destructor Documentation

WParseError::WParseError ( const std::string &  msg = "Error while parsing.") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WParseError.cpp.

WParseError::~WParseError ( ) throw () [virtual]

Destructor.

Definition at line 35 of file WParseError.cpp.


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