public class HDF5LibraryException extends HDF5Exception
detailMessage| Constructor and Description |
|---|
HDF5LibraryException() |
HDF5LibraryException(String s) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMajorErrorNumber() |
String |
getMinorError(long err_code) |
long |
getMinorErrorNumber() |
void |
printStackTrace() |
void |
printStackTrace(File f) |
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic HDF5LibraryException()
public HDF5LibraryException(String s)
s - the detail message.public long getMajorErrorNumber()
public long getMinorErrorNumber()
public String getMinorError(long err_code)
err_code - the error codepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(File f)
f - the file print stream.Copyright © 2024. All rights reserved.