Fortran SFF API to data I/O streams in C++

◆ FUException()

fapidxx::error::FUException::FUException ( const int &  unit,
const char *  message,
const char *  file,
const int &  line,
const char *  condition 
)

Create with message, failed assertion, and code position.

create FUException

Definition at line 127 of file error.cc.

131  :
132  Exception(message, file, line, condition), Munit(unit) { }
Exception()
Creates exception with no explaning comments.
Definition: error.cc:51
int Munit
file unit
Definition: error.h:129