Uses of Interface
org.anchoranalysis.core.exception.friendly.HasFriendlyErrorMessage
Packages that use HasFriendlyErrorMessage
Package
Description
Define
and related-classes.Exceptions that can occur executing generic operations on Anchor Beans.
Imposes a permutation value on one or more properties of a bean.
Exceptions that can thrown when loading beans from XML.
Very general exceptions and base classes for exceptions with wide applicability.
Nested exceptions of similar type that can be combined together in a summary.
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.
Classes to support getting / setting / specifying unique-integers (indices) for elements.
Utilities for converting/manipulating file-paths.
Classes related to executing an experiment by calling jobs on inputs.
Sub-feature units of calculation that can be cached.
Non-bean classes relating to image-segmentation.
Classes to describe the size of images or components of images both in voxels and physically.
Suggestions on a size for an image.
Reading and writing of image-related data objects to and from the filesystem.
The different data-types that can be used to represent voxels.
Converts to and from ImageJ data-structures for images.
Classes for reading comma-separated-values (CSV) files.
Non-bean classes that relate to using files during inputting.
Non-bean classes pertaining to getting/extracting/manipulating paths as used in inputting.
Non-bean classes to help with
org.anchoranalysis.io.input.bean.path.matcher
.Exceptions that may be thrown when writing files to the file-system.
Classes for outputting to particular directories.
Non-beans for generating paths for outputting files by adding a prefix, suffix etc.
Parent package and entry-point classes for the Anchor command-line launcher application.
Converting paths to/from different formats as needed by
org.anchoranalysis.launcher.executor.selectparam.path
.Non-bean classes for proposing
Mark
s or other data-structures
with particular attributes.Identifying the three standard axes in 3D cartesian coordinates.
-
Uses of HasFriendlyErrorMessage in org.anchoranalysis.bean.define
Classes in org.anchoranalysis.bean.define that implement HasFriendlyErrorMessage -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.bean.exception
Classes in org.anchoranalysis.bean.exception that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception occurs when the duplication of a bean fails.class
If a Bean is misconfigured.class
When something quite strange happens that we don't usually want to catch. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.bean.permute.assign
Classes in org.anchoranalysis.bean.permute.assign that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When the assignment of a permuted value to a property cannot succeed. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.bean.xml.exception
Classes in org.anchoranalysis.bean.xml.exception that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception that occurs when one cannot process BeanXML for some reason.class
If provisioning an object fails. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.core.exception
Classes in org.anchoranalysis.core.exception that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
A generic exception that be thrown when the creation of a new object fails.class
An exception that occurs when initializing something, and it doesn't succeedclass
Generic checked exception that can be thrown when a particular operation fails.Constructors in org.anchoranalysis.core.exception with parameters of type HasFriendlyErrorMessageModifierConstructorDescriptionCreateException
(String message, HasFriendlyErrorMessage cause) Creates with a message, and a cause with a user-friendly error message. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.core.exception.combinable
Classes in org.anchoranalysis.core.exception.combinable that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
A special kind of exception that represents a summary of an existing set of exceptions. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.core.exception.friendly
Classes in org.anchoranalysis.core.exception.friendly that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
A base class for particular checked-exceptions which are guaranteed to provide a user-friendly error description.class
A base class for particular runtime-exceptions which are guaranteed to provide a user-friendly error description.class
A run-time exception to throw in situations which should never logically occur by design. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.core.functional
Classes in org.anchoranalysis.core.functional that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionstatic class
An exception that wraps another exception, but exposes itself as aRuntimeException
. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.core.index
Classes in org.anchoranalysis.core.index that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When a get operation fails for a particular key. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.core.system.path
Classes in org.anchoranalysis.core.system.path that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an error occurs calculating the difference between two file-paths. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.experiment
Classes in org.anchoranalysis.experiment that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception that occurs when an experiment is executed.class
An exception that occurs when a job is executed. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.feature.calculate
Classes in org.anchoranalysis.feature.calculate that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception that occurs when a feature fails to successfully calculate. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.image.bean.nonbean.segment
Classes in org.anchoranalysis.image.bean.nonbean.segment that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When a segmentation cannot successfully complete. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.image.core.dimensions
Classes in org.anchoranalysis.image.core.dimensions that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an image has incompatible image-size with expectations. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.image.core.dimensions.size.suggestion
Classes in org.anchoranalysis.image.core.dimensions.size.suggestion that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception thrown byImageSizeSuggestionFactory
to indicate a format is invalid or unknown. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.image.io
Classes in org.anchoranalysis.image.io that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an error occurs reading or writing an image to/from the file-system. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.image.voxel.datatype
Classes in org.anchoranalysis.image.voxel.datatype that implement HasFriendlyErrorMessage -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.imagej.convert
Classes in org.anchoranalysis.io.imagej.convert that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When conversion to ImageJ data/type is not possible, or an error occurs during conversion. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.input.csv
Classes in org.anchoranalysis.io.input.csv that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an error occurs reading a CSV file. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.input.file
Classes in org.anchoranalysis.io.input.file that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an error occurs providing a set of files. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.input.path
Classes in org.anchoranalysis.io.input.path that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an error occurs deriving a path from another path. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.input.path.matcher
Classes in org.anchoranalysis.io.input.path.matcher that implement HasFriendlyErrorMessage -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.output.error
Classes in org.anchoranalysis.io.output.error that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an output-directory already exists.class
When an output could not be successfully written to the file-system.Constructors in org.anchoranalysis.io.output.error with parameters of type HasFriendlyErrorMessageModifierConstructorDescriptionOutputWriteFailedException
(String message, HasFriendlyErrorMessage cause) Creates with a message and a cause that provides a friendly error message. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.output.outputter
Classes in org.anchoranalysis.io.output.outputter that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When an outputter cannot be successfully bound to an output directory. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.io.output.path.prefixer
Classes in org.anchoranalysis.io.output.path.prefixer that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
Thrown when unable to successfully determine a prefix for a path. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.launcher
Classes in org.anchoranalysis.launcher that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception thrown at run-time while processing command-line arguments. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.launcher.executor.selectparam.path.convert
Classes in org.anchoranalysis.launcher.executor.selectparam.path.convert that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception thrown if an invalid path is inputted as an argument. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.mpp.proposer
Classes in org.anchoranalysis.mpp.proposer that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
An exception thrown when a proposal could not be made for an abnormal reason.class
An exception thrown when something goes wrong in a Proposer. -
Uses of HasFriendlyErrorMessage in org.anchoranalysis.spatial.axis
Classes in org.anchoranalysis.spatial.axis that implement HasFriendlyErrorMessageModifier and TypeClassDescriptionclass
When converting another type to a correspondingAxis
fails.