X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..ebe360a9329ebac93cde2d3260b32d0e046ab006:/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() {