public interface NativeError
| Modifier and Type | Interface and Description |
|---|---|
static class |
NativeError.NativeCallException |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkError(long errnoAddress,
long result,
java.util.function.LongPredicate errorCheck,
Class<? extends NativeError> errorClass) |
String |
desc() |
int |
errno() |
static NativeError |
forErrno(int errno,
Class<? extends NativeError> errorEnum) |
String |
mnemonic() |
String mnemonic()
String desc()
int errno()
static NativeError forErrno(int errno, Class<? extends NativeError> errorEnum)
static void checkError(long errnoAddress,
long result,
java.util.function.LongPredicate errorCheck,
Class<? extends NativeError> errorClass)
Copyright © 2022. All rights reserved.