latest version v1.9 - last update 10 Apr 2010 |
Exception thrown when a method of a functor is not implemented for a specific parameter set. More...
#include <ltiFunctor.h>
Public Member Functions | |
invalidMethodException () | |
invalidMethodException (const std::string &str) | |
virtual const char * | getTypeName () const |
Exception thrown when a method of a functor is not implemented for a specific parameter set.
lti::functor::invalidMethodException::invalidMethodException | ( | ) | [inline] |
Default constructor.
lti::functor::invalidMethodException::invalidMethodException | ( | const std::string & | str | ) | [inline] |
Constructor with alternative message.
virtual const char* lti::functor::invalidMethodException::getTypeName | ( | ) | const [virtual] |
returns the name of this exception
Reimplemented from lti::exception.