AaronCameron.net
Because you all make me very, very tired.
Not a Member? - Login or Create an Account
Tuesday the 7th of February 2012 @ 12:53pm
Front Page Journal Projects Your Profile About
[]

LibN2L-4 Library Code Reference

Classes
Compounds
Files
Members
Method Index
Full Reference

n2l::cParsingException Class Reference

An exception thrown whenever the parsing of a data block fails due to corrupted, invalid or ambiguous content. More...

#include <cParsingException.h>

Inheritance diagram for n2l::cParsingException:

Inheritance graph
[legend]
Collaboration diagram for n2l::cParsingException:

Collaboration graph
[legend]
List of all members.

Public Member Functions


Detailed Description

An exception thrown whenever the parsing of a data block fails due to corrupted, invalid or ambiguous content.

Definition at line 36 of file cParsingException.h.


Constructor & Destructor Documentation

n2l::cParsingException::cParsingException const tString iCallSource,
const tString iMessage,
const tString iBadData = "",
const tString iErrorOffset = "",
const tString iType = "Parsing Exception"
 

Definition at line 33 of file cParsingException.cpp.

n2l::cParsingException::~cParsingException  )  [virtual]
 

Definition at line 46 of file cParsingException.cpp.


Member Function Documentation

const tString & n2l::cParsingException::badData  )  const [virtual]
 

Definition at line 52 of file cParsingException.cpp.

Referenced by operator tString().

const tString & n2l::cParsingException::errorOffset  )  const [virtual]
 

Definition at line 59 of file cParsingException.cpp.

Referenced by operator tString().

n2l::cParsingException::operator tString  )  const [virtual]
 

Reimplemented from n2l::cException.

Definition at line 65 of file cParsingException.cpp.

References badData(), n2l::cException::callSource(), errorOffset(), n2l::cException::message(), and n2l::cException::type().

virtual void n2l::cParsingException::rethrow  )  const [inline, virtual]
 

Reimplemented from n2l::cException.

Definition at line 51 of file cParsingException.h.


The documentation for this class was generated from the following files:
©2012 Aaron Cameron