public abstract class ResourceException
extends java.io.IOException
Modifier and Type | Class and Description |
---|---|
static class |
ResourceException.FileExists |
static class |
ResourceException.FileIsDirectory |
static class |
ResourceException.FileIsNotDirectory |
static class |
ResourceException.InvalidArguments |
static class |
ResourceException.IOError |
static class |
ResourceException.NotFound |
static class |
ResourceException.PermissionDenied |
static class |
ResourceException.TooManySymlinks |
Constructor and Description |
---|
ResourceException() |
ResourceException(java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
abstract RaiseException |
newRaiseException(Ruby runtime) |
public ResourceException()
public ResourceException(java.lang.Throwable t)
public abstract RaiseException newRaiseException(Ruby runtime)
Copyright © 2001-2018 JRuby. All Rights Reserved.