Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Public Member Functions | List of all members
dripline_error Class Reference

Dripline-specific errors. More...

#include <dripline_exceptions.hh>

Inheritance diagram for dripline_error:
Inheritance graph

Public Member Functions

 dripline_error ()=default
 
 dripline_error (const dripline_error &)=default
 
virtual ~dripline_error () noexcept=default
 

Detailed Description

Dripline-specific errors.

Author
N.S. Oblath

This is meant to be thrown for Dripline-specific errors.

It should be used in the manner of any typical C++ exception, whenever the current function doesn't know how to handle a problem it encounters.

Definition at line 30 of file dripline_exceptions.hh.

Constructor & Destructor Documentation

◆ dripline_error() [1/2]

dripline_error ( )
default

◆ dripline_error() [2/2]

dripline_error ( const dripline_error )
default

◆ ~dripline_error()

virtual ~dripline_error ( )
virtualdefaultnoexcept

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