| SST 15.0
    Structural Simulation Toolkit | 
Base exception for all exception classes in UnitAlgebra. More...
#include <unitAlgebra.h>
 
  
| Public Member Functions | |
| UnitAlgebraException (const std::string &msg) | |
Base exception for all exception classes in UnitAlgebra.
This exception inherits from std::logic_error, as all exceptions thrown in UnitAlgebra are considered configuration errors occurring prior to simulation start, rather than runtime errors.
| 
 | explicit | 
| msg | exception message displayed as-is without modification | 
Referenced by SST::UnitAlgebra::InvalidNumberString::InvalidNumberString(), SST::UnitAlgebra::InvalidUnitType::InvalidUnitType(), and SST::UnitAlgebra::NonMatchingUnits::NonMatchingUnits().