Jive reference manual
List of all members | Public Types | Public Member Functions
jem::hdf5::H5Exception Class Reference

#include <jem/hdf5/H5Exception.h>

Inheritance diagram for jem::hdf5::H5Exception:
Inheritance graph

Public Types

typedef H5Exception Self
 
typedef Exception Super
 

Public Member Functions

 H5Exception (const String &where="", const String &what="HDF5 error")
 
 H5Exception (const String &where, const String &what, const String &details)
 
virtual String name () const
 Returns the class name of this exception. More...
 
- Public Member Functions inherited from jem::Exception
 Exception (const String &place=String(), const String &msg=String())
 Creates an Exception instance. More...
 
- Public Member Functions inherited from jem::Throwable
 Throwable (const String &place=String(), Const String &msg=String())
 Creates a new Throwable instance. More...
 
 Throwable (const Throwable &rhs)
 Creates a copy of another Throwable instance. More...
 
 ~Throwable ()
 Destructor. More...
 
virtual String where () const
 Returns a string describing the context in which this Throwable was thrown. More...
 
virtual String what () const
 Returns a string describing why this Throwable was thrown. More...
 

Member Typedef Documentation

Constructor & Destructor Documentation

jem::hdf5::H5Exception::H5Exception ( const String where = "",
const String what = "HDF5 error" 
)
explicit
jem::hdf5::H5Exception::H5Exception ( const String where,
const String what,
const String details 
)

Member Function Documentation

virtual String jem::hdf5::H5Exception::name ( ) const
virtual

Returns the full class name – including namespaces – of this Throwable instance. This function should be overriden by derived classes. For instance, a class named flip::FlopException should return the string "flip::FlopException".

Returns
A string describing the class name of this object.

Reimplemented from jem::Exception.