DATRW++ library: seismic data I/O with multiple formats

◆ SUReadException()

datrw::su::SUReadException::SUReadException ( const std::string  message,
const std::string  file,
const int &  line,
const std::string  condition 
)
inline

Create with message, failed assertion, and code position.

Definition at line 109 of file suheader.h.

113  : ::datrw::Exception(message, file, line, condition) { }
Base class for exceptions.
Definition: exception.h:62