SST
14.1.0
StructuralSimulationToolkit
|
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.
UnitAlgebra::UnitAlgebraException::UnitAlgebraException | ( | const std::string & | msg | ) |
msg | exception message displayed as-is without modification |