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