ParseError Class Reference

#include <exceptions.h>

Inheritance diagram for ParseError:

Eot IllegalLinebreak UnexpectedChar UnexpectedKeyword UnknownMethod UnknownWsv WrongWsvGroup

List of all members.

Public Member Functions

 ParseError (const String &s="", const String &f="", Index l=0, Index c=0)
virtual ~ParseError () throw ()
virtual String file () const
virtual Index line () const
virtual Index column () const

Private Attributes

String mFile
 Filename associated with this part of the text.
Index mLine
 Line where the error occured.
Index mColumn
 Column where the error occured.


Detailed Description

Definition at line 40 of file exceptions.h.


Constructor & Destructor Documentation

ParseError::ParseError ( const String s = "",
const String f = "",
Index  l = 0,
Index  c = 0 
) [inline]

Definition at line 42 of file exceptions.h.

virtual ParseError::~ParseError (  )  throw () [inline, virtual]

Definition at line 51 of file exceptions.h.


Member Function Documentation

virtual String ParseError::file (  )  const [inline, virtual]

Definition at line 53 of file exceptions.h.

virtual Index ParseError::line (  )  const [inline, virtual]

Definition at line 54 of file exceptions.h.

virtual Index ParseError::column (  )  const [inline, virtual]

Definition at line 55 of file exceptions.h.


Member Data Documentation

Filename associated with this part of the text.

Definition at line 59 of file exceptions.h.

Line where the error occured.

Definition at line 61 of file exceptions.h.

Column where the error occured.

Definition at line 63 of file exceptions.h.


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

Generated on Wed Feb 4 08:17:34 2009 for ARTS by  doxygen 1.5.6