public class LastErrorException extends RuntimeException
errno
or GetLastError().| Constructor and Description |
|---|
LastErrorException(int code) |
LastErrorException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Returns the error code of the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LastErrorException(String msg)
public LastErrorException(int code)