Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
HDF5 Library Exception Interface

Detailed Description

Functions

 HDF5Exception ()
 
 HDF5Exception (String message)
 
String getMessage ()
 

Function Documentation

◆ getMessage()

String getMessage ( )

Returns the detail message of this exception

Returns
the detail message or null if this object does not have a detail message.

◆ HDF5Exception() [1/2]

Constructs an HDF5Exception with no specified detail message.

◆ HDF5Exception() [2/2]

HDF5Exception ( String  message)

Constructs an HDF5Exception with the specified detail message.

Parameters
messagethe detail message.