public static class ResourceException.ErrnoException extends ResourceException
ResourceException.ErrnoException, ResourceException.FileExists, ResourceException.FileIsDirectory, ResourceException.FileIsNotDirectory, ResourceException.InvalidArguments, ResourceException.IOError, ResourceException.NotFound, ResourceException.PermissionDenied, ResourceException.TooManySymlinks| Modifier | Constructor and Description |
|---|---|
protected |
ErrnoException(jnr.constants.platform.Errno errno,
java.lang.String path) |
protected |
ErrnoException(java.lang.String errnoClass,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
jnr.constants.platform.Errno |
getErrno() |
java.lang.String |
getPath() |
RaiseException |
newRaiseException(Ruby runtime) |
protected ErrnoException(java.lang.String errnoClass,
java.lang.String path)
protected ErrnoException(jnr.constants.platform.Errno errno,
java.lang.String path)
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwablepublic RaiseException newRaiseException(Ruby runtime)
newRaiseException in class ResourceExceptionpublic java.lang.String getPath()
public jnr.constants.platform.Errno getErrno()
Copyright © 2001-2022 JRuby. All Rights Reserved.