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 TypeClassDescriptionclassclassclassclass -
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 TypeClassDescriptionclassclassIndicates that aResourceIdexists, but theclassA special type ofInternalExceptionindicating that theSnapshothas no knowledge of a specifiedPathorResourceId. -
Uses of InternalException in dev.getelements.elements.rt.transact.unix
Subclasses of InternalException in dev.getelements.elements.rt.transact.unixModifier and TypeClassDescriptionclassclassclassMethods 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.