.TH "sc::InputError" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::InputError \- This is thrown when invalid input is provided\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::SCException\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBInputError\fP (const char *description=0, const char *file=0, int line=0, const char *keyword=0, const char *value=0, const \fBClassDesc\fP *class_desc=0, const char *exception_type='InputError') throw ()" .br .ti -1c .RI "\fBInputError\fP (const \fBInputError\fP &) throw ()" .br .ti -1c .RI "const char * \fBkeyword\fP () const throw ()" .br .ti -1c .RI "const char * \fBvalue\fP () const throw ()" .br .in -1c .SH "Detailed Description" .PP This is thrown when invalid input is provided\&. Note that sometimes input can be internally generated, so what logically would be a \fBProgrammingError\fP could result in an \fBInputError\fP being thrown\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.