libbasen v1.1.0
encoding/decoding from arbitrary base
Loading...
Searching...
No Matches
basen::Exception Class Reference

#include <Exception.hpp>

Inheritance diagram for basen::Exception:

Public Types

enum class  Code {
  BASE , PADDING , CHECKSUM , OVERFLOW ,
  LENGTH , OUT_OF_ALPH , ALPH_COLLISION
}
 

Public Member Functions

 Exception (Code code, const std::source_location &location=std::source_location::current())
 
const char * what () const noexcept override
 
const char * message () const noexcept
 
Code code () const noexcept
 

Static Public Attributes

static const std::unordered_map< Code, std::string > messages
 

Member Enumeration Documentation

◆ Code

enum class basen::Exception::Code
strong
Enumerator
BASE 
PADDING 
CHECKSUM 
OVERFLOW 
LENGTH 
OUT_OF_ALPH 
ALPH_COLLISION 

Constructor & Destructor Documentation

◆ Exception()

basen::Exception::Exception ( Code code,
const std::source_location & location = std::source_location::current() )

Member Function Documentation

◆ what()

const char * basen::Exception::what ( ) const
inlineoverridenoexcept

◆ message()

const char * basen::Exception::message ( ) const
inlinenoexcept

◆ code()

Code basen::Exception::code ( ) const
inlinenoexcept

Member Data Documentation

◆ messages

const std::unordered_map<Code, std::string> basen::Exception::messages
static

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