public class ErrHandlingAPI extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ErrHandlingAPI.CONTEXT
Contains processor-specific register data.
|
static interface |
ErrHandlingAPI.EXCEPTION_POINTERS
Contains pointers to exception and context records.
|
static interface |
ErrHandlingAPI.EXCEPTION_RECORD
Contains a description of the exception.
|
| Constructor and Description |
|---|
ErrHandlingAPI() |
| Modifier and Type | Method and Description |
|---|---|
static org.graalvm.word.PointerBase |
AddVectoredContinueHandler(int first,
org.graalvm.nativeimage.c.function.CFunctionPointer handler)
Registers a vectored continue handler.
|
static int |
EXCEPTION_ACCESS_VIOLATION() |
static int |
EXCEPTION_CONTINUE_SEARCH() |
static int |
EXCEPTION_IN_PAGE_ERROR() |
public static org.graalvm.word.PointerBase AddVectoredContinueHandler(int first,
org.graalvm.nativeimage.c.function.CFunctionPointer handler)
public static int EXCEPTION_CONTINUE_SEARCH()
public static int EXCEPTION_ACCESS_VIOLATION()
public static int EXCEPTION_IN_PAGE_ERROR()