|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.readonly.io.jna.errno
public class errno
Constructor Summary | |
---|---|
errno()
|
Method Summary | |
---|---|
static int |
errno()
The |
static int |
perror(java.lang.String s)
The routine perror() produces a message on the standard error output, describing the last error encountered during a call to a system or library function. |
static java.lang.String |
strerror()
|
static java.lang.String |
strerror(int errnum)
The strerror() function returns a string describing the error code passed in the argument errnum, possibly using the LC_MESSAGES part of the current locale to select the appropriate language. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public errno()
Method Detail |
---|
public static int perror(java.lang.String s)
public static java.lang.String strerror(int errnum)
public static java.lang.String strerror()
public static int errno()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |