| 
    SSAGES
    0.9.3
    
   Software Suite for Advanced General Ensemble Simulations 
   | 
 
Exception to be thrown when building the Driver fails. More...
#include <DriverException.h>

Public Member Functions | |
| BuildException (std::vector< std::string > errors) | |
| Constructor.  More... | |
| virtual const char * | what () const throw () | 
| Get generic error message.  More... | |
| std::vector< std::string > | GetErrors () | 
| Get specific error message.  More... | |
Private Attributes | |
| std::vector< std::string > | errors_ | 
| Error message.  | |
Exception to be thrown when building the Driver fails.
Definition at line 40 of file DriverException.h.
      
  | 
  inline | 
Constructor.
| errors | Error message | 
Definition at line 49 of file DriverException.h.
      
  | 
  inline | 
Get specific error message.
Definition at line 72 of file DriverException.h.
References errors_.
      
  | 
  inlinevirtual | |||||||||||||
Get generic error message.
Definition at line 58 of file DriverException.h.