SST
14.0.0
StructuralSimulationToolkit
|
Base exception for all exception classes in UnitAlgebra. More...
#include <unitAlgebra.h>
Public Member Functions | |
InvalidUnitType (const std::string &type) | |
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.Exception for when units are not recognized or are invalid
UnitAlgebra::InvalidUnitType::InvalidUnitType | ( | const std::string & | type | ) |
type | string containing invalid type |