ace::IncorrectInputFileFormat Class Reference

Exception class - throwed when parser meets invalid line in input file. More...

#include <parser.h>

List of all members.

Public Member Functions

 IncorrectInputFileFormat (size_t line_no)
 Constructor must be provided with line number, where the error occurred.
size_t problematic_line_no (void)

Private Attributes

const size_t _problematic_line_no
 Line number, where the error occurred.


Detailed Description

Exception class - throwed when parser meets invalid line in input file.

Definition at line 48 of file parser.h.


Constructor & Destructor Documentation

ace::IncorrectInputFileFormat::IncorrectInputFileFormat ( size_t  line_no  )  [inline]

Constructor must be provided with line number, where the error occurred.

Parameters:
line_no Line number, where the error occurred.

Definition at line 56 of file parser.h.


Member Function Documentation

size_t ace::IncorrectInputFileFormat::problematic_line_no ( void   )  [inline]

Returns:
Line number, where the error occurred.

Definition at line 59 of file parser.h.


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

Generated on Mon May 5 00:50:54 2008 for ACE by  doxygen 1.5.5