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

Exception of an operation on a binary. More...

#include "C16/Binary.hpp"

Inheritance diagram for C16::Binary::Exception:
C16::Exception::Generic

Detailed Description

Exception of an operation on a binary.

Public Member Functions

 Exception (Error error)
 Constructs an exception of an operation on a binary. More...
 
Error error () const
 Gets the error of the operation on a binary. More...
 

Constructor & Destructor Documentation

◆ Exception()

C16::Binary::Exception::Exception ( Error  error)
explicit

Constructs an exception of an operation on a binary.

Parameters
errorError of the operation on a binary

Member Function Documentation

◆ error()

Error C16::Binary::Exception::error ( ) const

Gets the error of the operation on a binary.