CVR-Lib last update 20 Sep 2009

cvr::invalidParametersException Class Reference

Exception thrown when the parameters are not set. More...

#include <cvrInvalidParametersException.h>

Inheritance diagram for cvr::invalidParametersException:

Inheritance graph
[legend]
Collaboration diagram for cvr::invalidParametersException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 invalidParametersException ()
 invalidParametersException (const std::string &str)
 invalidParametersException (const char *str)
virtual const std::string & name () const
virtual
invalidParametersException
clone () const
virtual
invalidParametersException
newInstance () const


Detailed Description

Exception thrown when the parameters are not set.

Constructor & Destructor Documentation

cvr::invalidParametersException::invalidParametersException (  ) 

Default constructor.

cvr::invalidParametersException::invalidParametersException ( const std::string &  str  ) 

Constructor with the alternative object name, where the exception was thrown.

Parameters:
str name of the class that throws the exception

cvr::invalidParametersException::invalidParametersException ( const char *  str  ) 

Constructor with the alternative object name, where the exception was thrown.

Parameters:
str name of the class that throws the exception


Member Function Documentation

virtual invalidParametersException* cvr::invalidParametersException::clone (  )  const [virtual]

Returns a pointer to a clone of the parameters.

Reimplemented from cvr::exception.

virtual const std::string& cvr::invalidParametersException::name (  )  const [virtual]

Returns the name of this type.

Reimplemented from cvr::exception.

virtual invalidParametersException* cvr::invalidParametersException::newInstance (  )  const [virtual]

Returns a pointer to a clone of the parameters.

Reimplemented from cvr::exception.


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

Generated on Sun Sep 20 22:08:39 2009 for CVR-Lib by Doxygen 1.5.8