1 #ifndef MMSEXCEPTION_H_
2 #define MMSEXCEPTION_H_
8 namespace remote
{ namespace protocols
{
12 class MMSException
: public exception
15 MMSException(const char* msg
,const char* file
,int line
);
16 ~MMSException() throw ();
17 const char * what () const throw ();
25 #endif /*MMSEXCEPTION_H_*/