|  | The Gaudi Framework
    v28r2
    | 
Helper class to represent GSL errors. More...
#include <GaudiGSL/GslError.h>

| Public Member Functions | |
| GslError (std::string r="", std::string f="", const int l=0, const int c=0) | |
| constructor  More... | |
| bool | operator< (const GslError &right) const | 
| comparison (ordering) criteria  More... | |
| Public Attributes | |
| std::string | reason | 
| error message ('reason')  More... | |
| std::string | file | 
| file name  More... | |
| int | line | 
| line number  More... | |
| int | code | 
| error code (GSL)  More... | |
| 
 | inline | 
| 
 | inline | 
| int GslError::code | 
error code (GSL)
Definition at line 25 of file GslError.h.
| std::string GslError::file | 
file name
Definition at line 21 of file GslError.h.
| int GslError::line | 
line number
Definition at line 23 of file GslError.h.
| std::string GslError::reason | 
error message ('reason')
Definition at line 19 of file GslError.h.