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
Marks 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassAn exception that occurs when one cannot process BeanXML for some reason.classIf provisioning an object fails. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.core.exception
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.core.exceptionModifier and TypeClassDescriptionclassA generic exception that be thrown when the creation of a new object fails.classAn exception that occurs when initializing something, and it doesn't succeedclassGeneric checked exception that can be thrown when a particular operation fails. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.core.exception.combinable
Modifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassAn exception that occurs when an experiment is executed.classAn 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 TypeClassDescriptionclassAn exception that occurs when a feature fails to successfully calculate. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.image.bean.nonbean.segment
Modifier and TypeClassDescriptionclassWhen a segmentation cannot successfully complete. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.image.core.dimensions
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.image.core.dimensionsModifier and TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassAn exception thrown byImageSizeSuggestionFactoryto indicate a format is invalid or unknown. -
Uses of AnchorFriendlyCheckedException in org.anchoranalysis.image.io
Subclasses of AnchorFriendlyCheckedException in org.anchoranalysis.image.ioModifier and TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassWhen 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 TypeClassDescriptionclassThrown 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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassAn exception thrown when a proposal could not be made for an abnormal reason.classAn 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 TypeClassDescriptionclassWhen converting another type to a correspondingAxisfails.