Package org.bytedeco.hdf5
Class DataSetIException
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.Exception
-
- org.bytedeco.hdf5.DataSetIException
-
- All Implemented Interfaces:
AutoCloseable
@Namespace("H5") @Properties(inherit=hdf5.class) public class DataSetIException extends Exception
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description DataSetIException()
DataSetIException(long size)
Native array allocator.DataSetIException(String func_name)
DataSetIException(String func_name, String message)
DataSetIException(BytePointer func_name)
DataSetIException(BytePointer func_name, BytePointer message)
DataSetIException(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSetIException
getPointer(long i)
DataSetIException
position(long position)
-
Methods inherited from class org.bytedeco.hdf5.Exception
clearErrorStack, dontPrint, getAutoPrint, getAutoPrint, getCDetailMsg, getCFuncName, getDetailMsg, getFuncName, getMajorString, getMinorString, printErrorStack, printErrorStack, setAutoPrint, walkErrorStack
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
DataSetIException
public DataSetIException(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
DataSetIException
public DataSetIException(long size)
Native array allocator. Access withPointer.position(long)
.
-
DataSetIException
public DataSetIException(@StdString BytePointer func_name, @StdString BytePointer message)
-
DataSetIException
public DataSetIException(@StdString BytePointer func_name)
-
DataSetIException
public DataSetIException(@StdString String func_name, @StdString String message)
-
DataSetIException
public DataSetIException(@StdString String func_name)
-
DataSetIException
public DataSetIException()
-
-
Method Detail
-
position
public DataSetIException position(long position)
-
getPointer
public DataSetIException getPointer(long i)
- Overrides:
getPointer
in classException
-
-