Package hdf.hdf5lib.exceptions
Class HDF5Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- hdf.hdf5lib.exceptions.HDF5Exception
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HDF5JavaException
,HDF5LibraryException
public class HDF5Exception extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
detailMessage
the specified detail message of this exception
-
Constructor Summary
Constructors Constructor Description HDF5Exception()
HDF5Exception(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
detailMessage
protected String detailMessage
the specified detail message of this exception
-
-
Constructor Detail
-
HDF5Exception
public HDF5Exception()
-
HDF5Exception
public HDF5Exception(String message)
- Parameters:
message
- the detail message.
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
- Returns:
- the detail message or
null
if this object does not have a detail message.
-
-