Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes
concepts::Ez4uException Class Reference

Exception class to express a problem in a ez4u input file. More...

#include <meshImport2Dez4u.hh>

Inheritance diagram for concepts::Ez4uException:
Inheritance graph
[legend]
Collaboration diagram for concepts::Ez4uException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Ez4uException (const std::string &error, const std::string &filename, const uint lineNr, const std::string &line) throw ()
 Constructor.
void setFields (const std::string &file, const unsigned int line, const std::string &function, const std::string &excName) throw ()
 Sets the fields of this exception.
virtual ~Ez4uException () throw ()

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const throw ()
 Returns information in an output stream.

Protected Attributes

std::string excName_
 The name of the exception with calling sequence.
std::string file_
 Filename where the exception was thrown from.
std::string function_
 Name of the function that threw the exception.

Private Attributes

std::string error_
 Error message.
std::string filename_
 File name of the ez4u file.
std::string line_
 Line of error in the file.
uint lineNr_
 Line number of the ez4u file.

Detailed Description

Exception class to express a problem in a ez4u input file.

See also:
conceptsException
ExceptionBase
Author:
Kersten Schmidt, 2011

Definition at line 77 of file meshImport2Dez4u.hh.


Constructor & Destructor Documentation

concepts::Ez4uException::Ez4uException ( const std::string &  error,
const std::string &  filename,
const uint  lineNr,
const std::string &  line 
) throw ()

Constructor.

Parameters:
featureThe error message
filenameFile name of the ez4u file lineNr Line number of the ez4u file
lineLine of error in the file
virtual concepts::Ez4uException::~Ez4uException ( ) throw () [virtual]

Member Function Documentation

virtual std::ostream& concepts::Ez4uException::info ( std::ostream &  os) const throw () [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::ExceptionBase.

void concepts::ExceptionBase::setFields ( const std::string &  file,
const unsigned int  line,
const std::string &  function,
const std::string &  excName 
) throw () [inherited]

Sets the fields of this exception.

Parameters:
fileFilename where the exception was thrown from
lineLine where the exception was thrown from
functionName of the function that threw the exception
excNameThe name of the exception

Member Data Documentation

std::string concepts::Ez4uException::error_ [private]

Error message.

Definition at line 94 of file meshImport2Dez4u.hh.

std::string concepts::ExceptionBase::excName_ [protected, inherited]

The name of the exception with calling sequence.

Definition at line 128 of file exceptions.hh.

std::string concepts::ExceptionBase::file_ [protected, inherited]

Filename where the exception was thrown from.

Definition at line 119 of file exceptions.hh.

std::string concepts::Ez4uException::filename_ [private]

File name of the ez4u file.

Definition at line 96 of file meshImport2Dez4u.hh.

std::string concepts::ExceptionBase::function_ [protected, inherited]

Name of the function that threw the exception.

Definition at line 125 of file exceptions.hh.

std::string concepts::Ez4uException::line_ [private]

Line of error in the file.

Reimplemented from concepts::ExceptionBase.

Definition at line 100 of file meshImport2Dez4u.hh.

Line number of the ez4u file.

Definition at line 98 of file meshImport2Dez4u.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)