CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
Signals that a method has been called with wrong arguments. More...
#include <cpunit_IllegalArgumentException.hpp>
Public Member Functions | |
IllegalArgumentException (const std::string &m) throw () | |
virtual | ~IllegalArgumentException () throw () |
Signals that a method has been called with wrong arguments.
Can be thrown from any method or function in the framework.
Definition at line 45 of file cpunit_IllegalArgumentException.hpp.
cpunit::IllegalArgumentException::IllegalArgumentException | ( | const std::string & | m | ) | throw () |
Definition at line 34 of file cpunit_IllegalArgumentException.cpp.
cpunit::IllegalArgumentException::~IllegalArgumentException | ( | ) | throw () [virtual] |
Definition at line 38 of file cpunit_IllegalArgumentException.cpp.