Package hdf.hdf5lib.exceptions
Class HDF5LibraryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- hdf.hdf5lib.exceptions.HDF5Exception
-
- hdf.hdf5lib.exceptions.HDF5LibraryException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HDF5AttributeException,HDF5BtreeException,HDF5DataFiltersException,HDF5DatasetInterfaceException,HDF5DataspaceInterfaceException,HDF5DataStorageException,HDF5DatatypeInterfaceException,HDF5ExternalFileListException,HDF5FileInterfaceException,HDF5FunctionArgumentException,HDF5FunctionEntryExitException,HDF5HeapException,HDF5IdException,HDF5InternalErrorException,HDF5LowLevelIOException,HDF5MetaDataCacheException,HDF5ObjectHeaderException,HDF5PropertyListInterfaceException,HDF5ReferenceException,HDF5ResourceUnavailableException,HDF5SymbolTableException
public class HDF5LibraryException extends HDF5Exception
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class hdf.hdf5lib.exceptions.HDF5Exception
detailMessage
-
-
Constructor Summary
Constructors Constructor Description HDF5LibraryException()HDF5LibraryException(String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMajorErrorNumber()StringgetMinorError(long err_code)longgetMinorErrorNumber()voidprintStackTrace()voidprintStackTrace(File f)-
Methods inherited from class hdf.hdf5lib.exceptions.HDF5Exception
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HDF5LibraryException
public HDF5LibraryException()
-
HDF5LibraryException
public HDF5LibraryException(String s)
- Parameters:
s- the detail message.
-
-
Method Detail
-
getMajorErrorNumber
public long getMajorErrorNumber()
- Returns:
- the major error number
-
getMinorErrorNumber
public long getMinorErrorNumber()
- Returns:
- the minor error number
-
getMinorError
public String getMinorError(long err_code)
- Parameters:
err_code- the error code- Returns:
- the string of the minor error
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTracein classThrowable
-
printStackTrace
public void printStackTrace(File f)
- Parameters:
f- the file print stream.
-
-