public enum SchedError extends Enum<SchedError> implements NativeError
NativeError.NativeCallException| Modifier and Type | Method and Description |
|---|---|
String |
desc() |
int |
errno() |
String |
mnemonic() |
static SchedError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcheckError, forErrnopublic static final SchedError EPERM
public static final SchedError EFAULT
public static final SchedError EINVAL
public static final SchedError ESRCH
public static SchedError[] values()
for (SchedError c : SchedError.values()) System.out.println(c);
public static SchedError valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String mnemonic()
mnemonic in interface NativeErrorpublic String desc()
desc in interface NativeErrorpublic int errno()
errno in interface NativeErrorCopyright © 2022. All rights reserved.