Uses of Class
org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
Packages that use AnchorFriendlyCheckedException
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.
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.
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.
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 AnchorFriendlyCheckedException in org.anchoranalysis.bean.define
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.bean.define -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.bean.exception
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.bean.exception -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.bean.permute.assign
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.bean.permute.assignModifier and TypeClassDescriptionclass
When the assignment of a permuted value to a property cannot succeed. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.bean.xml.exception
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.bean.xml.exceptionModifier and TypeClassDescriptionclass
An exception that occurs when one cannot process BeanXML for some reason.class
If provisioning an object fails. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.core.exception
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.core.exceptionModifier 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. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.core.exception.combinable
Modifier and TypeClassDescriptionclass
A special kind of exception that represents a summary of an existing set of exceptions. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.core.index
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.core.indexModifier and TypeClassDescriptionclass
When a get operation fails for a particular key. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.core.system.path
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.core.system.pathModifier and TypeClassDescriptionclass
When an error occurs calculating the difference between two file-paths. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.experiment
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.experimentModifier and TypeClassDescriptionclass
An exception that occurs when an experiment is executed.class
An exception that occurs when a job is executed. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.feature.calculate
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.feature.calculateModifier and TypeClassDescriptionclass
An exception that occurs when a feature fails to successfully calculate. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.image.bean.nonbean.segment
Modifier and TypeClassDescriptionclass
When a segmentation cannot successfully complete. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.image.core.dimensions
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.image.core.dimensionsModifier and TypeClassDescriptionclass
When an image has incompatible image-size with expectations. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.image.core.dimensions.size.suggestion
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.image.core.dimensions.size.suggestionModifier and TypeClassDescriptionclass
An exception thrown byImageSizeSuggestionFactory
to indicate a format is invalid or unknown. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.image.io
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.image.ioModifier and TypeClassDescriptionclass
When an error occurs reading or writing an image to/from the file-system. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.imagej.convert
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.imagej.convertModifier and TypeClassDescriptionclass
When conversion to ImageJ data/type is not possible, or an error occurs during conversion. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.csv
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.csvModifier and TypeClassDescriptionclass
When an error occurs reading a CSV file. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.file
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.fileModifier and TypeClassDescriptionclass
When an error occurs providing a set of files. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.path
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.pathModifier and TypeClassDescriptionclass
When an error occurs deriving a path from another path. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.path.matcher
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.input.path.matcher -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.output.error
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.output.errorModifier and TypeClassDescriptionclass
When an output could not be successfully written to the file-system. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.output.outputter
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.output.outputterModifier and TypeClassDescriptionclass
When an outputter cannot be successfully bound to an output directory. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.io.output.path.prefixer
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.io.output.path.prefixerModifier and TypeClassDescriptionclass
Thrown when unable to successfully determine a prefix for a path. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.launcher.executor.selectparam.path.convert
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.launcher.executor.selectparam.path.convertModifier and TypeClassDescriptionclass
An exception thrown if an invalid path is inputted as an argument. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.mpp.proposer
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.mpp.proposerModifier 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 AnchorFriendlyCheckedException in org.anchoranalysis.spatial.axis
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.spatial.axisModifier and TypeClassDescriptionclass
When converting another type to a correspondingAxis
fails.