AndroMeta  2.0.0
AndroMeta/include/AndroMeta/MParamError.h
Go to the documentation of this file.
00001 /*
00002  * Copyright 2009-2012 AndroMeta LLC. All rights reserved.
00003  *
00004  * AndroMeta LLC retains all intellectual property and proprietary 
00005  * rights to this software and related documentation and any modifications 
00006  * thereto.  Any use, reproduction, disclosure, or distribution of this 
00007  * software and related documentation without an express license agreement 
00008  * from AndroMeta LLC is strictly prohibited.
00009  * 
00010  */
00011 
00019 #ifndef ANDROMETA_M_PARAM_ERROR_H
00020 #define ANDROMETA_M_PARAM_ERROR_H
00021 
00022 #include <AndroMeta/MError.h>
00023 
00024 namespace Meta{
00025   
00031   class MParamError : public MError{
00032   public:
00033     
00037     MParamError(const mstr& msg) throw();
00038     
00042     virtual ~MParamError() throw();
00043     
00044   private:
00045     MParamError& operator=(const MParamError&);
00046   };
00047   
00048 } // end namespace Meta
00049 
00050 #endif // ANDROMETA_M_PARAM_ERROR_H