- java.lang.Object
-
- de.ibapl.jnhw.isoc.Errno
-
-
Field Summary
Fields Modifier and Type Field Description static intEDOMISOC,POSIX: Mathematics argument out of domain of function.static intEILSEQISOC,POSIX: Illegal byte sequence.static intERANGEISOC,POSIX: Result too large.static booleanHAVE_ERRNO_H
-
Constructor Summary
Constructors Modifier Constructor Description protectedErrno()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static interrno()Read access toerrno.static voiderrno(int value)Write access toerrno.
-
-
-
Field Detail
-
EDOM
@Define public static final int EDOM
ISOC,POSIX: Mathematics argument out of domain of function.
-
EILSEQ
@Define public static final int EILSEQ
ISOC,POSIX: Illegal byte sequence.
-
ERANGE
@Define public static final int ERANGE
ISOC,POSIX: Result too large.
-
HAVE_ERRNO_H
public static final boolean HAVE_ERRNO_H
-
-
Method Detail
-
errno
public static final int errno()
Read access toerrno. See specs at: errno.h - system error numbers.
-
errno
public static final void errno(int value)
Write access toerrno. See specs at: errno.h - system error numbers.
-
-