AIOUSB::IllegalArgumentException Class Reference

#include <USBDeviceManager.hpp>

Inheritance diagram for AIOUSB::IllegalArgumentException:

Inheritance graph
[legend]
Collaboration diagram for AIOUSB::IllegalArgumentException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 IllegalArgumentException (const std::string &message)


Detailed Description

Class IllegalArgumentException is thrown whenever an invalid argument is passed to a method.

Constructor & Destructor Documentation

AIOUSB::IllegalArgumentException::IllegalArgumentException ( const std::string &  message  )  [inline]

Constructs the exception from a simple string message.

Parameters:
message The text of the message.


doxygen