CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
cpunit::IllegalArgumentException Class Reference

Signals that a method has been called with wrong arguments. More...

#include <cpunit_IllegalArgumentException.hpp>

Inheritance diagram for cpunit::IllegalArgumentException:
cpunit::CPUnitException

List of all members.

Public Member Functions

 IllegalArgumentException (const std::string &m) throw ()
virtual ~IllegalArgumentException () throw ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines