X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..688f90a0495a7879e531d100645ecdf9efe47b94:/src/simgrid/Exception.cpp diff --git a/src/simgrid/Exception.cpp b/src/simgrid/Exception.cpp index 134eefd51e..add73437f5 100644 --- a/src/simgrid/Exception.cpp +++ b/src/simgrid/Exception.cpp @@ -13,8 +13,16 @@ namespace simgrid { // Defining it here ensures that the exceptions are defined only in libsimgrid, but not in libsimgrid-java. // Doing otherwise naturally breaks things (at least on freebsd with clang). -Exception::~Exception() = default; -ForcefulKillException::~ForcefulKillException() = default; +Exception::~Exception() = default; +TimeoutException::~TimeoutException() = default; +HostFailureException::~HostFailureException() = default; +NetworkFailureException::~NetworkFailureException() = default; +StorageFailureException::~StorageFailureException() = default; +VmFailureException::~VmFailureException() = default; +CancelException::~CancelException() = default; +TracingError::~TracingError() = default; +ParseError::~ParseError() = default; +ForcefulKillException::~ForcefulKillException() = default; void ForcefulKillException::do_throw() {