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 SummaryFields Modifier and Type Field Description protected StringdetailMessagethe specified detail message of this exception
 - 
Constructor SummaryConstructors Constructor Description HDF5Exception()HDF5Exception(String message)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Field Detail- 
detailMessageprotected String detailMessage the specified detail message of this exception
 
- 
 - 
Constructor Detail- 
HDF5Exceptionpublic HDF5Exception() 
 - 
HDF5Exceptionpublic HDF5Exception(String message) - Parameters:
- message- the detail message.
 
 
- 
 - 
Method Detail- 
getMessagepublic String getMessage() - Overrides:
- getMessagein class- Throwable
- Returns:
- the detail message or nullif this object does not have a detail message.
 
 
- 
 
-