Uses of Class
org.anchoranalysis.core.exception.AnchorRuntimeException
Packages that use AnchorRuntimeException
Package
Description
Exceptions that can occur executing generic operations on Anchor Beans.
Very general exceptions and base classes for exceptions with wide applicability.
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 AnchorRuntimeException in org.anchoranalysis.bean.exception
Subclasses of AnchorRuntimeException 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 AnchorRuntimeException in org.anchoranalysis.core.exception
Subclasses of AnchorRuntimeException in org.anchoranalysis.core.exceptionModifier and TypeClassDescriptionclass
This is an exception that should never be thrown, but can be used for type-safety where an exception is needed.class
Generic runtime exception that can be thrown when a particular operation fails. -
Uses of AnchorRuntimeException in org.anchoranalysis.core.exception.friendly
Subclasses of AnchorRuntimeException in org.anchoranalysis.core.exception.friendlyModifier and TypeClassDescriptionclass
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 AnchorRuntimeException in org.anchoranalysis.core.functional
Subclasses of AnchorRuntimeException in org.anchoranalysis.core.functionalModifier and TypeClassDescriptionstatic class
An exception that wraps another exception, but exposes itself as aRuntimeException
. -
Uses of AnchorRuntimeException in org.anchoranalysis.image.voxel.datatype
Subclasses of AnchorRuntimeException in org.anchoranalysis.image.voxel.datatype -
Uses of AnchorRuntimeException in org.anchoranalysis.io.output.error
Subclasses of AnchorRuntimeException in org.anchoranalysis.io.output.errorModifier and TypeClassDescriptionclass
When an output-directory already exists. -
Uses of AnchorRuntimeException in org.anchoranalysis.launcher
Subclasses of AnchorRuntimeException in org.anchoranalysis.launcherModifier and TypeClassDescriptionclass
An exception thrown at run-time while processing command-line arguments.