default_error.hΒΆ
A header file containing the code objects for describing various errors through exception handling.
All classes take a descriptive message in their constructor to be reported to the user.
- class DefaultError
- #include <default_error.h>
Class used for default runtime error reporting
Public Functions
- DefaultError(const char * what_arg)
- class FileAccessError
- #include <default_error.h>
Class used for reporting file access errors (other than in opening the file)
Public Functions
- FileAccessError(const char * what_arg)
- class FileOpenError
- #include <default_error.h>
Class used for reporting errors in opening files
Public Functions
- FileOpenError(const char * what_arg)
- class Hdf5Error
- #include <default_error.h>
Class used for reporting any HDf5 errors
Public Functions
- Hdf5Error(const char * what_arg)