public abstract class ResourceException extends IOException
Modifier and Type | Class and Description |
---|---|
static class |
ResourceException.FileExists |
static class |
ResourceException.FileIsDirectory |
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(Throwable t) |
Modifier and Type | Method and Description |
---|---|
abstract RaiseException |
newRaiseException(Ruby runtime) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceException()
public ResourceException(Throwable t)
public abstract RaiseException newRaiseException(Ruby runtime)
Copyright © 2001-2015 JRuby. All Rights Reserved.