theKernel 10.0
Loading...
Searching...
No Matches
ccmkkernel::MkInitError Class Reference

constructor return MK_NULL More...

#include <MkExceptionC_cc.hh>

+ Inheritance diagram for ccmkkernel::MkInitError:
+ Collaboration diagram for ccmkkernel::MkInitError:

Public Member Functions

 MkInitError (const std::string &what, std::string func=__builtin_FUNCTION(), std::string file=__builtin_FILE(), int line=__builtin_LINE())
 
- Public Member Functions inherited from ccmkkernel::MkKernelException
 MkKernelException (const std::string &what, std::string func=__builtin_FUNCTION(), std::string file=__builtin_FILE(), int line=__builtin_LINE())
 

Additional Inherited Members

- Public Attributes inherited from ccmkkernel::MkKernelException
std::string func
 
std::string file
 
int line
 

Detailed Description

constructor return MK_NULL

Definition at line 133 of file MkExceptionC_cc.hh.

Constructor & Destructor Documentation

◆ MkInitError()

ccmkkernel::MkInitError::MkInitError ( const std::string & what,
std::string func = __builtin_FUNCTION(),
std::string file = __builtin_FILE(),
int line = __builtin_LINE() )
inline

Definition at line 136 of file MkExceptionC_cc.hh.

138 : MkKernelException("InitError: '" + what + "' constructor return 'NULL' pointer", func, file, line) {}
MkKernelException(const std::string &what, std::string func=__builtin_FUNCTION(), std::string file=__builtin_FILE(), int line=__builtin_LINE())

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