Class Errno

  • Direct Known Subclasses:
    Errno

    @Include("#include <errno.h>")
    public abstract class Errno
    extends Object
    Wrapper around the <errno.h> header.
    Author:
    aploese
    • 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
    • Constructor Detail

      • Errno

        protected Errno()