frysk.sys
Class Errno.Efault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by frysk.UserException
                  extended by frysk.sys.Errno
                      extended by frysk.sys.Errno.Efault
All Implemented Interfaces:
Serializable
Enclosing class:
Errno

public static class Errno.Efault
extends Errno

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class frysk.sys.Errno
Errno.Ebadf, Errno.Echild, Errno.Efault, Errno.Einval, Errno.Eio, Errno.Enoent, Errno.Enomem, Errno.Eperm, Errno.Esrch
 
Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
Errno.Efault(String message)
           
 
Method Summary
 
Methods inherited from class frysk.sys.Errno
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Errno.Efault

Errno.Efault(String message)