@Properties(inherit=python.class) public class PyBaseExceptionObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyBaseExceptionObject()
Default native constructor.
|
PyBaseExceptionObject(long size)
Native array allocator.
|
PyBaseExceptionObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
args() |
PyBaseExceptionObject |
args(PyObject setter) |
PyObject |
cause() |
PyBaseExceptionObject |
cause(PyObject setter) |
PyObject |
context() |
PyBaseExceptionObject |
context(PyObject setter) |
PyObject |
dict() |
PyBaseExceptionObject |
dict(PyObject setter) |
PyObject |
ob_base() |
PyBaseExceptionObject |
ob_base(PyObject setter) |
PyBaseExceptionObject |
position(long position) |
byte |
suppress_context() |
PyBaseExceptionObject |
suppress_context(byte setter) |
PyObject |
traceback() |
PyBaseExceptionObject |
traceback(PyObject setter) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyBaseExceptionObject()
public PyBaseExceptionObject(long size)
Pointer.position(long)
.public PyBaseExceptionObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyBaseExceptionObject position(long position)
public PyBaseExceptionObject ob_base(PyObject setter)
public PyObject dict()
public PyBaseExceptionObject dict(PyObject setter)
public PyObject args()
public PyBaseExceptionObject args(PyObject setter)
public PyObject traceback()
public PyBaseExceptionObject traceback(PyObject setter)
public PyObject context()
public PyBaseExceptionObject context(PyObject setter)
public PyObject cause()
public PyBaseExceptionObject cause(PyObject setter)
public PyBaseExceptionObject suppress_context(byte setter)
Copyright © 2020. All rights reserved.