All Packages  This Package  Class Hierarchy  Class Search  Index

Class posix.Errno
java.lang.Object
   |
   +----posix.Errno

  Summary

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.




  Fields

· EPERM

Summary  |  Top

   public static final int EPERM


· ENOENT

Summary  |  Top
   public static final int ENOENT


· ESRCH

Summary  |  Top
   public static final int ESRCH


· EINTR

Summary  |  Top
   public static final int EINTR


· EIO

Summary  |  Top
   public static final int EIO


· EIDRM

Summary  |  Top
   public static final int EIDRM


· ENOMSG

Summary  |  Top
   public static final int ENOMSG


· EFAULT

Summary  |  Top
   public static final int EFAULT


· EINVAL

Summary  |  Top
   public static final int EINVAL


· EACCES

Summary  |  Top
   public static final int EACCES


· E2BIG

Summary  |  Top
   public static final int E2BIG


· EAGAIN

Summary  |  Top
   public static final int EAGAIN


· ENOMEM

Summary  |  Top
   public static final int ENOMEM


  Constructors

· Errno

Summary  |  Top

   public Errno() 

Default constructor



  Methods

· getErrno

Summary  |  Top
   public static native int getErrno() 


· strerror

Summary  |  Top
   public static native String strerror(int errno) 


· getErrdesc

Summary  |  Top
   public static String getErrdesc(int errno) 


· getErrdesc

Summary  |  Top
   public static String getErrdesc() 


· main

Summary  |  Top
   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