Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
HDFJavaException Class Reference

Detailed Description

The class HDFJavaException returns errors from the Java wrapper of theHDF library.

These errors include Java configuration errors, security violations, and resource exhaustion.

+ Inheritance diagram for HDFJavaException:

Public Member Functions

 HDFJavaException ()
 
 HDFJavaException (String s)
 
- Public Member Functions inherited from HDFException
 HDFException ()
 
 HDFException (String message)
 
 HDFException (int err)
 
String getMessage ()
 

Additional Inherited Members

- Static Public Attributes inherited from HDFException
static final String OutOfMemoryMessage = "ERROR: HDF Library: Out of memory"
 
static final String HDFExceptionMessage = "ERROR: HDF Library Error"
 
static final String HDFMessage = "ERROR: Unknown HDF Error"
 
- Protected Attributes inherited from HDFException
int HDFerror
 
String detailMessage
 

Constructor & Destructor Documentation

◆ HDFJavaException() [1/2]

Constructs an HDFJavaException with no specified detail message.

◆ HDFJavaException() [2/2]

HDFJavaException ( String s)

Constructs an HDFJavaException with the specified detail message.

Parameters
sthe detail message.

The documentation for this class was generated from the following file: