.TH "sc::LimitExceeded< T >" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::LimitExceeded< T > \- This is thrown when a limit is exceeded\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::SCException\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBLimitExceeded\fP (const char *description, const char *file, int line, T lim, T val, const \fBClassDesc\fP *class_desc=0, const char *exception_type='LimitExceeded') throw ()" .br .ti -1c .RI "\fBLimitExceeded\fP (const \fBLimitExceeded\fP &ref) throw ()" .br .ti -1c .RI "T \fBtolerance\fP () throw ()" .br .ti -1c .RI "T \fBvalue\fP () throw ()" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class sc::LimitExceeded< T >" This is thrown when a limit is exceeded\&. It is more general than \fBToleranceExceeded\fP\&. For problems that are numerical in nature and use double types, then \fBToleranceExceeded\fP should be used instead\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.