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

constructor return MK_NULL More...

#include <MkExceptionC_cc.hh>

+ Inheritance diagram for ccmkkernel::MkConstructorNullExceptionC:
+ Collaboration diagram for ccmkkernel::MkConstructorNullExceptionC:

Public Member Functions

 MkConstructorNullExceptionC (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 124 of file MkExceptionC_cc.hh.

Constructor & Destructor Documentation

◆ MkConstructorNullExceptionC()

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

Definition at line 127 of file MkExceptionC_cc.hh.

129 : MkKernelException("the constructor '" + what + "' has a 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: