All Packages This Package Class Hierarchy Class Search Index
Class posix.Errno
java.lang.Object
|
+----posix.Errno
public class Errno
extends java.lang.Object
{
// Fields 13
public static final int E2BIG;
public static final int EACCES;
public static final int EAGAIN;
public static final int EFAULT;
public static final int EIDRM;
public static final int EINTR;
public static final int EINVAL;
public static final int EIO;
public static final int ENOENT;
public static final int ENOMEM;
public static final int ENOMSG;
public static final int EPERM;
public static final int ESRCH;
// Constructors 1
public Errno();
// Methods 5
public static String getErrdesc();
public static String getErrdesc(int);
public static native int getErrno();
public static void main(String[]);
public static native String strerror(int);
}
Report error codes returned by posix calls.
- Author:
-
Stuart D. Gathman
Copyright (C) 1998 Business Management Systems, Inc.
This code is distributed under the
GNU Library General Public License
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
public static final int EPERM
public static final int ENOENT
public static final int ESRCH
public static final int EINTR
public static final int EIO
public static final int EIDRM
public static final int ENOMSG
public static final int EFAULT
public static final int EINVAL
public static final int EACCES
public static final int E2BIG
public static final int EAGAIN
public static final int ENOMEM
public Errno()
Default constructor
public static native int getErrno()
public static native String strerror(int errno)
public static String getErrdesc(int errno)
public static String getErrdesc()
public static void main(String[] argv)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7