Uses of Class
org.anchoranalysis.core.exception.friendly.AnchorFriendlyRuntimeException
Packages that use AnchorFriendlyRuntimeException
Package
Description
Exceptions that can occur executing generic operations on Anchor Beans.
Particular types of exceptions that are guaranteed to have a text/form that gives user-friendly
error descriptions.
Utilities and interfaces for applying functional-programming.
The different data-types that can be used to represent voxels.
Exceptions that may be thrown when writing files to the file-system.
Parent package and entry-point classes for the Anchor command-line launcher application.
-
Uses of AnchorFriendlyRuntimeException in org.anchoranalysis.bean.exception
Subclasses of AnchorFriendlyRuntimeException in org.anchoranalysis.bean.exceptionModifier and TypeClassDescriptionclass
An exception occurs when the duplication of a bean fails.class
When something quite strange happens that we don't usually want to catch. -
Uses of AnchorFriendlyRuntimeException in org.anchoranalysis.core.exception.friendly
Subclasses of AnchorFriendlyRuntimeException in org.anchoranalysis.core.exception.friendlyModifier and TypeClassDescriptionclass
A run-time exception to throw in situations which should never logically occur by design. -
Uses of AnchorFriendlyRuntimeException in org.anchoranalysis.core.functional
Subclasses of AnchorFriendlyRuntimeException in org.anchoranalysis.core.functionalModifier and TypeClassDescriptionstatic class
An exception that wraps another exception, but exposes itself as aRuntimeException
. -
Uses of AnchorFriendlyRuntimeException in org.anchoranalysis.image.voxel.datatype
Subclasses of AnchorFriendlyRuntimeException in org.anchoranalysis.image.voxel.datatype -
Uses of AnchorFriendlyRuntimeException in org.anchoranalysis.io.output.error
Subclasses of AnchorFriendlyRuntimeException in org.anchoranalysis.io.output.errorModifier and TypeClassDescriptionclass
When an output-directory already exists. -
Uses of AnchorFriendlyRuntimeException in org.anchoranalysis.launcher
Subclasses of AnchorFriendlyRuntimeException in org.anchoranalysis.launcherModifier and TypeClassDescriptionclass
An exception thrown at run-time while processing command-line arguments.