Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Audio::InvalidParametersException Class Reference

#include <Exceptions.h>

Inheritance diagram for Audio::InvalidParametersException:
Audio::Exception

Public Member Functions

 InvalidParametersException ()
 
 InvalidParametersException (const InvalidParametersException &other)
 
 InvalidParametersException (const std::string &message)
 
- Public Member Functions inherited from Audio::Exception
 Exception ()
 
 Exception (const Exception &other)
 
 Exception (const std::string &message)
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

Invalid parameters exception

Remarks
thrown when a call to a method with invalid parameters is made.

Definition at line 126 of file Exceptions.h.

Constructor & Destructor Documentation

Audio::InvalidParametersException::InvalidParametersException ( )
inline

Definition at line 128 of file Exceptions.h.

128 {}
Audio::InvalidParametersException::InvalidParametersException ( const InvalidParametersException other)
inline

Definition at line 129 of file Exceptions.h.

129 : Exception(other) {}
Audio::InvalidParametersException::InvalidParametersException ( const std::string &  message)
inlineexplicit

Definition at line 130 of file Exceptions.h.

130 : Exception(message) {}

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