Embedded Template Library 1.0
Loading...
Searching...
No Matches
etl::not_null_contains_null Class Reference

The exception when the not_null contains a null. More...

#include <not_null.h>

Public Member Functions

 not_null_contains_null (string_type file_name_, numeric_type line_number_) ETL_NOEXCEPT_EXPR(ETL_NOT_USING_EXCEPTIONS)
Public Member Functions inherited from etl::not_null_exception
 not_null_exception (string_type reason_, string_type file_name_, numeric_type line_number_) ETL_NOEXCEPT_EXPR(ETL_NOT_USING_EXCEPTIONS)
Public Member Functions inherited from etl::exception
ETL_CONSTEXPR exception (string_type reason_, string_type, numeric_type line_)
 Constructor.
ETL_CONSTEXPR string_type what () const
ETL_CONSTEXPR string_type file_name () const
ETL_CONSTEXPR numeric_type line_number () const

Additional Inherited Members

Public Types inherited from etl::exception
typedef const char * string_type
typedef int numeric_type

Detailed Description

The exception when the not_null contains a null.


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