ecell / ecell4_base

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
63 stars 23 forks source link

Exception Implementations #372

Open 0ncorhynchus opened 5 years ago

0ncorhynchus commented 5 years ago

ecell4-base has the exceptions which inherit ecell4::Exception, and it inherits std::exception. However, they have a string member as std::runtime_error do. So, we should reconsider the implementation of them and wrap them in pybind11.