JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
Coda3EventDecoder::coda_format_error Class Reference

#include <Coda3EventDecoder.h>

+ Inheritance diagram for Coda3EventDecoder::coda_format_error:
+ Collaboration diagram for Coda3EventDecoder::coda_format_error:

Public Member Functions

 coda_format_error (const std::string &what_arg)
 
 coda_format_error (const char *what_arg)
 

Detailed Description

Definition at line 95 of file Coda3EventDecoder.h.

Constructor & Destructor Documentation

◆ coda_format_error() [1/2]

Coda3EventDecoder::coda_format_error::coda_format_error ( const std::string & what_arg)
inlineexplicit

Definition at line 97 of file Coda3EventDecoder.h.

97: std::runtime_error(what_arg) {}

◆ coda_format_error() [2/2]

Coda3EventDecoder::coda_format_error::coda_format_error ( const char * what_arg)
inlineexplicit

Definition at line 98 of file Coda3EventDecoder.h.

98: std::runtime_error(what_arg) {}

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