@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class ParquetException extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ParquetException(BytePointer msg) |
ParquetException(BytePointer msg,
Pointer arg1) |
ParquetException(Pointer p)
Pointer cast constructor.
|
ParquetException(String msg) |
ParquetException(String msg,
Pointer arg1) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EofException() |
static void |
EofException(BytePointer msg) |
static void |
EofException(String msg) |
static void |
NYI() |
static void |
NYI(BytePointer msg) |
static void |
NYI(String msg) |
String |
what() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ParquetException(Pointer p)
Pointer.Pointer(Pointer).public ParquetException(String msg)
public ParquetException(@Cast(value="const char*") BytePointer msg)
public ParquetException(String msg, @Cast(value="std::exception*") @ByRef Pointer arg1)
public static void EofException(@StdString String msg)
public static void EofException()
public static void EofException(@StdString BytePointer msg)
public static void NYI(@StdString String msg)
public static void NYI()
public static void NYI(@StdString BytePointer msg)
public String what()
Copyright © 2020. All rights reserved.