Package org.bytedeco.hdf5
Class DataSpaceIException
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.Exception
-
- org.bytedeco.hdf5.DataSpaceIException
-
- All Implemented Interfaces:
AutoCloseable
@Namespace("H5") @Properties(inherit=hdf5.class) public class DataSpaceIException 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 DataSpaceIException()
DataSpaceIException(long size)
Native array allocator.DataSpaceIException(String func_name)
DataSpaceIException(String func_name, String message)
DataSpaceIException(BytePointer func_name)
DataSpaceIException(BytePointer func_name, BytePointer message)
DataSpaceIException(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSpaceIException
getPointer(long i)
DataSpaceIException
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
-
DataSpaceIException
public DataSpaceIException(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
DataSpaceIException
public DataSpaceIException(long size)
Native array allocator. Access withPointer.position(long)
.
-
DataSpaceIException
public DataSpaceIException(@StdString BytePointer func_name, @StdString BytePointer message)
-
DataSpaceIException
public DataSpaceIException(@StdString BytePointer func_name)
-
DataSpaceIException
public DataSpaceIException(@StdString String func_name, @StdString String message)
-
DataSpaceIException
public DataSpaceIException(@StdString String func_name)
-
DataSpaceIException
public DataSpaceIException()
-
-
Method Detail
-
position
public DataSpaceIException position(long position)
-
getPointer
public DataSpaceIException getPointer(long i)
- Overrides:
getPointer
in classException
-
-