public final class LastError
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static int |
getLastError()
Gets the value of errno from the last native call.
|
static void |
setLastError(int error)
Sets the native errno value.
|
public static final int getLastError()
public static final void setLastError(int error)
error
- The value to set errno to.