.TH "sc::SyscallFailed" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::SyscallFailed \- This is thrown when an system call fails with an errno\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::SystemException\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSyscallFailed\fP (const char *description=0, const char *source_file=0, int line=0, const char *\fBsyscall\fP=0, int err=0, const \fBClassDesc\fP *class_desc=0, const char *exception_type='SyscallFailed') throw ()" .br .ti -1c .RI "\fBSyscallFailed\fP (const \fBSyscallFailed\fP &) throw ()" .br .ti -1c .RI "const char * \fBsyscall\fP () const throw ()" .br .RI "Returns the file name of the file that caused the error, if known\&. " .ti -1c .RI "int \fBerr\fP () const throw ()" .br .in -1c .SH "Detailed Description" .PP This is thrown when an system call fails with an errno\&. .SH "Member Function Documentation" .PP .SS "const char* sc::SyscallFailed::syscall () const\fC [inline]\fP" .PP Returns the file name of the file that caused the error, if known\&. Otherwise 0 is returned\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.