CONZEPT 16 C++ API
C16::Exception::Internal Class Reference

Internal exception. More...

#include "C16/Exception.hpp"

Inheritance diagram for C16::Exception::Internal:
C16::Exception::Generic

Detailed Description

Internal exception.

Public Member Functions

 Internal (int code=-1)
 Constructs an internal exception. More...
 
int code () const
 Gets the code of the internal exception. More...
 

Constructor & Destructor Documentation

◆ Internal()

C16::Exception::Internal::Internal ( int  code = -1)
explicit

Constructs an internal exception.

Parameters
codeCode of the internal exception

Member Function Documentation

◆ code()

int C16::Exception::Internal::code ( ) const

Gets the code of the internal exception.