CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

servlet::IllegalArgumentException Class Reference

#include <IllegalArgumentException.h>

Inheritance diagram for servlet::IllegalArgumentException:
Collaboration diagram for servlet::IllegalArgumentException:

List of all members.


Public Member Functions

 IllegalArgumentException (std::string msg="Illegal Argument") throw ()
virtual ~IllegalArgumentException () throw ()

Detailed Description

This exception is thrown when run-time argument validation fails. I.E. passing null pointer where it is not allowed.

Author:
Ilya A. Volynets-Evenbakh

Definition at line 34 of file IllegalArgumentException.h.


Constructor & Destructor Documentation

servlet::IllegalArgumentException::IllegalArgumentException ( std::string  msg = "Illegal Argument"  )  throw ()

Definition at line 24 of file IllegalArgumentException.cpp.

servlet::IllegalArgumentException::~IllegalArgumentException (  )  throw () [virtual]

Definition at line 30 of file IllegalArgumentException.cpp.


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

SourceForge.net Logo