summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Exception.cpp')
-rw-r--r--c++/src/H5Exception.cpp93
1 files changed, 0 insertions, 93 deletions
diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp
index 01b9cc1..906bd27 100644
--- a/c++/src/H5Exception.cpp
+++ b/c++/src/H5Exception.cpp
@@ -331,14 +331,6 @@ Exception::printErrorStack(FILE *stream, hid_t err_stack)
//}
//--------------------------------------------------------------------------
-// Function: Exception destructor
-///\brief Noop destructor
-//--------------------------------------------------------------------------
-Exception::~Exception() throw()
-{
-}
-
-//--------------------------------------------------------------------------
// Subclass: FileIException
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
@@ -359,13 +351,6 @@ FileIException::FileIException(const H5std_string &func, const H5std_string &mes
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: FileIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-FileIException::~FileIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: GroupIException
@@ -389,14 +374,6 @@ GroupIException::GroupIException(const H5std_string &func, const H5std_string &m
{
}
//--------------------------------------------------------------------------
-// Function: GroupIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-GroupIException::~GroupIException() throw()
-{
-}
-
-//--------------------------------------------------------------------------
// Subclass: DataSpaceIException
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
@@ -417,13 +394,6 @@ DataSpaceIException::DataSpaceIException(const H5std_string &func, const H5std_s
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: DataSpaceIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-DataSpaceIException::~DataSpaceIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: DataTypeIException
@@ -446,13 +416,6 @@ DataTypeIException::DataTypeIException(const H5std_string &func, const H5std_str
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: DataTypeIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-DataTypeIException::~DataTypeIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: ObjHeaderIException
@@ -475,13 +438,6 @@ ObjHeaderIException::ObjHeaderIException(const H5std_string &func, const H5std_s
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: ObjHeaderIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-ObjHeaderIException::~ObjHeaderIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: PropListIException
@@ -504,13 +460,6 @@ PropListIException::PropListIException(const H5std_string &func, const H5std_str
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: PropListIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-PropListIException::~PropListIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: DataSetIException
@@ -533,13 +482,6 @@ DataSetIException::DataSetIException(const H5std_string &func, const H5std_strin
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: DataSetIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-DataSetIException::~DataSetIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: AttributeIException
@@ -562,13 +504,6 @@ AttributeIException::AttributeIException(const H5std_string &func, const H5std_s
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: AttributeIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-AttributeIException::~AttributeIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: ReferenceException
@@ -591,13 +526,6 @@ ReferenceException::ReferenceException(const H5std_string &func, const H5std_str
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: ReferenceException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-ReferenceException::~ReferenceException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: LibraryIException
@@ -620,13 +548,6 @@ LibraryIException::LibraryIException(const H5std_string &func, const H5std_strin
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: LibraryIException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-LibraryIException::~LibraryIException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: LocationException
@@ -649,13 +570,6 @@ LocationException::LocationException(const H5std_string &func, const H5std_strin
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: LocationException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-LocationException::~LocationException() throw()
-{
-}
//--------------------------------------------------------------------------
// Subclass: IdComponentException
@@ -678,12 +592,5 @@ IdComponentException::IdComponentException(const H5std_string &func, const H5std
: Exception(func, message)
{
}
-//--------------------------------------------------------------------------
-// Function: IdComponentException destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-IdComponentException::~IdComponentException() throw()
-{
-}
} // namespace H5