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

reference argument is MK_NULL More...

#include <MkExceptionC_cc.hh>

+ Inheritance diagram for ccmkkernel::MkReferenceNullExceptionC:
+ Collaboration diagram for ccmkkernel::MkReferenceNullExceptionC:

Public Member Functions

 MkReferenceNullExceptionC (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

reference argument is MK_NULL

Definition at line 115 of file MkExceptionC_cc.hh.

Constructor & Destructor Documentation

◆ MkReferenceNullExceptionC()

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

Definition at line 118 of file MkExceptionC_cc.hh.

120 : MkKernelException("the reference of '" + what + "' is NULL", 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: