Uses of Class
dev.getelements.elements.rt.exception.InternalException
Packages that use InternalException
Package
Description
-
Uses of InternalException in dev.getelements.elements.rt.exception
Subclasses of InternalException in dev.getelements.elements.rt.exceptionModifier and TypeClassDescriptionclass
class
class
class
-
Uses of InternalException in dev.getelements.elements.rt.remote
Subclasses of InternalException in dev.getelements.elements.rt.remote -
Uses of InternalException in dev.getelements.elements.rt.transact
Subclasses of InternalException in dev.getelements.elements.rt.transactModifier and TypeClassDescriptionclass
class
Indicates that aResourceId
exists, but theclass
A special type ofInternalException
indicating that theSnapshot
has no knowledge of a specifiedPath
orResourceId
. -
Uses of InternalException in dev.getelements.elements.rt.transact.unix
Subclasses of InternalException in dev.getelements.elements.rt.transact.unixModifier and TypeClassDescriptionclass
class
class
Methods in dev.getelements.elements.rt.transact.unix with type parameters of type InternalExceptionModifier and TypeMethodDescription<T,
ExceptionT extends InternalException>
TUnixFSUtils.doOperation
(UnixFSUtils.IOOperation<T> action, Function<Throwable, ExceptionT> exceptionTFunction) Performs and operation that may throw an instance ofIOException
, and re-throws it wrapped inside of aInternalException
.<ExceptionT extends InternalException>
voidUnixFSUtils.doOperationV
(UnixFSUtils.IOOperationV action, Function<Throwable, ExceptionT> exceptionTFunction) Performs an IO Operation which may throw, catching the exception and wrapping it in the type specified in the function.Methods in dev.getelements.elements.rt.transact.unix that throw InternalExceptionModifier and TypeMethodDescription<T,
ExceptionT extends InternalException>
TUnixFSUtils.doOperation
(UnixFSUtils.IOOperation<T> action, Function<Throwable, ExceptionT> exceptionTFunction) Performs and operation that may throw an instance ofIOException
, and re-throws it wrapped inside of aInternalException
.