public abstract class ResourceException
extends java.io.IOException
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ResourceException.ErrnoException |
(package private) static class |
ResourceException.FileExists |
(package private) static class |
ResourceException.FileIsDirectory |
(package private) static class |
ResourceException.IOError |
(package private) static class |
ResourceException.NotFound |
(package private) static class |
ResourceException.PermissionDenied |
| Constructor and Description |
|---|
ResourceException() |
| Modifier and Type | Method and Description |
|---|---|
abstract RaiseException |
newRaiseException(Ruby runtime) |
public abstract RaiseException newRaiseException(Ruby runtime)