Uses of Class
org.anchoranalysis.core.exception.AnchorCheckedException
Packages that use AnchorCheckedException
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.
A collection of named-elements, a
NamedProvider
and related operations.Classes to support getting / setting / specifying unique-integers (indices) for elements.
Utilities for serializing and deserializing objects.
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.
Classes that are used elsewhere in this package but which aren't themselves AnchorBeans.
Non-bean classes relating to image-segmentation.
Non-beans to specify how to form a single-image by spatially combining other images.
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.
Specifying how many CPUs and GPUs can be allocated for some purpose.
Converts to and from ImageJ data-structures for images.
Classes relating to creating inputs for an experiment / task.
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
.Fitting structures to sets of points.
Criteria for adding edges during optimization of marked-point-processes.
Non-bean classes related to
Mark
s.Non-bean classes for proposing
Mark
s or other data-structures
with particular attributes.Recording errors related to proposing
Mark
s or other
data-structures with particular attributes.Identifying the three standard axes in 3D cartesian coordinates.
-
Uses of AnchorCheckedException in org.anchoranalysis.bean.define
Subclasses of AnchorCheckedException in org.anchoranalysis.bean.define -
Uses of AnchorCheckedException in org.anchoranalysis.bean.exception
Subclasses of AnchorCheckedException in org.anchoranalysis.bean.exception -
Uses of AnchorCheckedException in org.anchoranalysis.bean.permute.assign
Subclasses of AnchorCheckedException in org.anchoranalysis.bean.permute.assignModifier and TypeClassDescriptionclass
When the assignment of a permuted value to a property cannot succeed. -
Uses of AnchorCheckedException in org.anchoranalysis.bean.xml.exception
Subclasses of AnchorCheckedException in org.anchoranalysis.bean.xml.exceptionModifier and TypeClassDescriptionclass
A bean's XML is thrown when a bean has misconfigured XML.class
An exception that occurs when one cannot process BeanXML for some reason.class
Combines a chain of many exceptions into a single exception, searching for an ultimate cause and incorporating the messages from the chain into a single unified message.class
If provisioning an object fails. -
Uses of AnchorCheckedException in org.anchoranalysis.core.exception
Subclasses of AnchorCheckedException in org.anchoranalysis.core.exceptionModifier and TypeClassDescriptionclass
When a particular operation is unsupported in particular circumstances.class
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 AnchorCheckedException in org.anchoranalysis.core.exception.combinable
Subclasses of AnchorCheckedException in org.anchoranalysis.core.exception.combinableModifier and TypeClassDescriptionclass
An exception that can be combined with similar exceptions and summarized.class
A special kind of exception that represents a summary of an existing set of exceptions. -
Uses of AnchorCheckedException in org.anchoranalysis.core.exception.friendly
Subclasses of AnchorCheckedException in org.anchoranalysis.core.exception.friendlyModifier and TypeClassDescriptionclass
A base class for particular checked-exceptions which are guaranteed to provide a user-friendly error description. -
Uses of AnchorCheckedException in org.anchoranalysis.core.identifier.provider
Subclasses of AnchorCheckedException in org.anchoranalysis.core.identifier.provider -
Uses of AnchorCheckedException in org.anchoranalysis.core.index
Subclasses of AnchorCheckedException in org.anchoranalysis.core.indexModifier and TypeClassDescriptionclass
When a get operation fails for a particular key.class
When a set operation fails for a particular key. -
Uses of AnchorCheckedException in org.anchoranalysis.core.serialize
Subclasses of AnchorCheckedException in org.anchoranalysis.core.serializeModifier and TypeClassDescriptionclass
When a deserialization operation fails. -
Uses of AnchorCheckedException in org.anchoranalysis.core.system.path
Subclasses of AnchorCheckedException in org.anchoranalysis.core.system.pathModifier and TypeClassDescriptionclass
When an error occurs calculating the difference between two file-paths. -
Uses of AnchorCheckedException in org.anchoranalysis.experiment
Subclasses of AnchorCheckedException 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 AnchorCheckedException in org.anchoranalysis.feature.calculate
Subclasses of AnchorCheckedException in org.anchoranalysis.feature.calculateModifier and TypeClassDescriptionclass
When the calculation of a feature cannot complete successfully.class
An exception that occurs when a feature fails to successfully calculate. -
Uses of AnchorCheckedException in org.anchoranalysis.image.bean.nonbean
Subclasses of AnchorCheckedException in org.anchoranalysis.image.bean.nonbeanModifier and TypeClassDescriptionclass
When a failure occurs converting from one type of units to another. -
Uses of AnchorCheckedException in org.anchoranalysis.image.bean.nonbean.segment
Subclasses of AnchorCheckedException in org.anchoranalysis.image.bean.nonbean.segmentModifier and TypeClassDescriptionclass
When a segmentation cannot successfully complete. -
Uses of AnchorCheckedException in org.anchoranalysis.image.bean.nonbean.spatial.arrange
Modifier and TypeClassDescriptionclass
When the position of a particularRGBStack
cannot be determined, when combined with others onto a single plane. -
Uses of AnchorCheckedException in org.anchoranalysis.image.core.dimensions
Subclasses of AnchorCheckedException in org.anchoranalysis.image.core.dimensionsModifier and TypeClassDescriptionclass
When an image has incompatible image-size with expectations. -
Uses of AnchorCheckedException in org.anchoranalysis.image.core.dimensions.size.suggestion
Modifier and TypeClassDescriptionclass
An exception thrown byImageSizeSuggestionFactory
to indicate a format is invalid or unknown. -
Uses of AnchorCheckedException in org.anchoranalysis.image.io
Subclasses of AnchorCheckedException in org.anchoranalysis.image.ioModifier and TypeClassDescriptionclass
When an error occurs reading or writing an image to/from the file-system. -
Uses of AnchorCheckedException in org.anchoranalysis.inference.concurrency
Subclasses of AnchorCheckedException in org.anchoranalysis.inference.concurrencyModifier and TypeClassDescriptionclass
This exception indicates that an error occurred when performing inference from a model concurrently.class
When creating a model to be used for inference fails. -
Uses of AnchorCheckedException in org.anchoranalysis.io.imagej.convert
Subclasses of AnchorCheckedException 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 AnchorCheckedException in org.anchoranalysis.io.input
Subclasses of AnchorCheckedException in org.anchoranalysis.io.inputModifier and TypeClassDescriptionclass
When an error occurs reading an input. -
Uses of AnchorCheckedException in org.anchoranalysis.io.input.csv
Subclasses of AnchorCheckedException in org.anchoranalysis.io.input.csvModifier and TypeClassDescriptionclass
When an error occurs reading a CSV file. -
Uses of AnchorCheckedException in org.anchoranalysis.io.input.file
Subclasses of AnchorCheckedException in org.anchoranalysis.io.input.fileModifier and TypeClassDescriptionclass
When an error occurs providing a set of files. -
Uses of AnchorCheckedException in org.anchoranalysis.io.input.path
Subclasses of AnchorCheckedException in org.anchoranalysis.io.input.pathModifier and TypeClassDescriptionclass
When an error occurs deriving a path from another path. -
Uses of AnchorCheckedException in org.anchoranalysis.io.input.path.matcher
Subclasses of AnchorCheckedException in org.anchoranalysis.io.input.path.matcher -
Uses of AnchorCheckedException in org.anchoranalysis.io.output.error
Subclasses of AnchorCheckedException in org.anchoranalysis.io.output.errorModifier and TypeClassDescriptionclass
When an output could not be successfully written to the file-system. -
Uses of AnchorCheckedException in org.anchoranalysis.io.output.outputter
Subclasses of AnchorCheckedException in org.anchoranalysis.io.output.outputterModifier and TypeClassDescriptionclass
When an outputter cannot be successfully bound to an output directory. -
Uses of AnchorCheckedException in org.anchoranalysis.io.output.path.prefixer
Subclasses of AnchorCheckedException in org.anchoranalysis.io.output.path.prefixerModifier and TypeClassDescriptionclass
Thrown when unable to successfully determine a prefix for a path. -
Uses of AnchorCheckedException in org.anchoranalysis.launcher.executor.selectparam.path.convert
Subclasses of AnchorCheckedException in org.anchoranalysis.launcher.executor.selectparam.path.convertModifier and TypeClassDescriptionclass
An exception thrown if an invalid path is inputted as an argument. -
Uses of AnchorCheckedException in org.anchoranalysis.mpp.bean.points.fitter
Subclasses of AnchorCheckedException in org.anchoranalysis.mpp.bean.points.fitterModifier and TypeClassDescriptionclass
Exception thrown when there are not enough points to perform a fitting operation.class
Exception thrown when an error occurs during the point fitting process. -
Uses of AnchorCheckedException in org.anchoranalysis.mpp.feature.addcriteria
Subclasses of AnchorCheckedException in org.anchoranalysis.mpp.feature.addcriteriaModifier and TypeClassDescriptionclass
Exception thrown when there's a failure in including marks during the add criteria process. -
Uses of AnchorCheckedException in org.anchoranalysis.mpp.mark
Subclasses of AnchorCheckedException in org.anchoranalysis.mpp.markModifier and TypeClassDescriptionclass
Exception thrown when an unsupported mark type is encountered.class
Exception thrown when an error occurs while updating a mark set. -
Uses of AnchorCheckedException in org.anchoranalysis.mpp.proposer
Subclasses of AnchorCheckedException 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 AnchorCheckedException in org.anchoranalysis.mpp.proposer.error
Subclasses of AnchorCheckedException in org.anchoranalysis.mpp.proposer.errorModifier and TypeClassDescriptionclass
An exception that adds a string to the current error node. -
Uses of AnchorCheckedException in org.anchoranalysis.spatial.axis
Subclasses of AnchorCheckedException in org.anchoranalysis.spatial.axisModifier and TypeClassDescriptionclass
When converting another type to a correspondingAxis
fails.