Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
marlin::ParseException Class Reference

ParseException used for parse errors, e.g. More...

#include <Exceptions.h>

+ Inheritance diagram for marlin::ParseException:

Public Member Functions

virtual ~ParseException () throw ()
 
 ParseException (std::string text)
 

Protected Member Functions

 ParseException ()
 

Detailed Description

ParseException used for parse errors, e.g.

when reading the steering file.

Author
gaede
Version
Id:
Exceptions.h,v 1.5 2007-02-02 17:15:25 gaede Exp

Definition at line 16 of file Exceptions.h.

Constructor & Destructor Documentation

marlin::ParseException::ParseException ( )
inlineprotected

Definition at line 19 of file Exceptions.h.

virtual marlin::ParseException::~ParseException ( )
throw (
)
inlinevirtual

Definition at line 21 of file Exceptions.h.

marlin::ParseException::ParseException ( std::string  text)
inline

Definition at line 23 of file Exceptions.h.


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