args-parser 6.3.3
Loading...
Searching...
No Matches
Args::BaseException Class Reference

Base exception of the library. More...

#include <exceptions.hpp>

+ Inheritance diagram for Args::BaseException:

Public Member Functions

 BaseException (String what)
 
virtual ~BaseException () noexcept
 
const Stringdesc () const noexcept
 

Detailed Description

Base exception of the library.

Definition at line 48 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ BaseException()

Args::BaseException::BaseException ( String  what)
inlineexplicit

Definition at line 52 of file exceptions.hpp.

◆ ~BaseException()

virtual Args::BaseException::~BaseException ( )
inlinevirtualnoexcept

Definition at line 58 of file exceptions.hpp.

Member Function Documentation

◆ desc()

const String & Args::BaseException::desc ( ) const
inlinenoexcept
Returns
What as std::wstring.

Definition at line 63 of file exceptions.hpp.


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