fawkes::IllegalArgumentException Class Reference
[Fawkes Exceptions]

Expected parameter is missing. More...

#include <core/exceptions/software.h>

Inheritance diagram for fawkes::IllegalArgumentException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 IllegalArgumentException (const char *format,...) throw ()
 Constructor.

Detailed Description

Expected parameter is missing.

Throw this exception if you got a parameter that does not meet some kind of specification, i.e. it is of the wrong type or out of an allowed value range.

Definition at line 82 of file software.h.


Constructor & Destructor Documentation

fawkes::IllegalArgumentException::IllegalArgumentException ( const char *  format,
  ... 
) throw ()

Constructor.

Parameters:
format message format, takes sprintf() parameters as variadic arguments

Definition at line 191 of file software.cpp.

References fawkes::Exception::append_va().


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

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1