Uses of Class
org.catacombae.jfuse.types.system.Errno

Packages that use Errno
org.catacombae.jfuse.joapi   
org.catacombae.jfuse.types.system   
 

Uses of Errno in org.catacombae.jfuse.joapi
 

Methods in org.catacombae.jfuse.joapi that return Errno
 Errno JFUSEException.getErrno()
           
 

Constructors in org.catacombae.jfuse.joapi with parameters of type Errno
JFUSEException(Errno errno)
           
 

Uses of Errno in org.catacombae.jfuse.types.system
 

Methods in org.catacombae.jfuse.types.system that return Errno
static Errno Errno.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Errno[] Errno.values()
          Returns an array containing the constants of this enum type, in the order they are declared.