1 // wmmixer - A mixer designed for WindowMaker
4 // Copyright (C) 1998 Sam Hawker <shawkie@geocities.com>
5 // Copyright (C) 2002 Gordon Fraser <gordon@debian.org>
6 // This software comes with ABSOLUTELY NO WARRANTY
7 // This software is free software, and you are welcome to redistribute it
8 // under certain conditions
9 // See the COPYING file for details.
12 #ifndef __exception_h__
13 #define __exception_h__
18 //--------------------------------------------------------------------
26 Exception(const Exception
&);
28 char* getErrorMessage() const;
32 //--------------------------------------------------------------------
33 class MixerDeviceException
: public Exception
36 MixerDeviceException(char *);
37 // virtual ~MixerDeviceException();
40 #endif //_exception_h__