SST  14.1.0
StructuralSimulationToolkit
SST::UnitAlgebra::UnitAlgebraException Class Reference

Base exception for all exception classes in UnitAlgebra. More...

#include <unitAlgebra.h>

Inheritance diagram for SST::UnitAlgebra::UnitAlgebraException:
SST::UnitAlgebra::InvalidNumberString SST::UnitAlgebra::InvalidUnitType SST::UnitAlgebra::NonMatchingUnits

Public Member Functions

 UnitAlgebraException (const std::string &msg)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ UnitAlgebraException()

UnitAlgebra::UnitAlgebraException::UnitAlgebraException ( const std::string &  msg)
Parameters
msgexception message displayed as-is without modification

The documentation for this class was generated from the following files: