Uses of Class
org.anchoranalysis.core.exception.combinable.AnchorCombinableException
Packages that use AnchorCombinableException
Package
Description
Exceptions that can thrown when loading beans from XML.
Very general exceptions and base classes for exceptions with wide applicability.
A collection of named-elements, a
NamedProvider
and related operations.Exceptions that may be thrown when writing files to the file-system.
-
Uses of AnchorCombinableException in org.anchoranalysis.bean.xml.exception
Subclasses of AnchorCombinableException in org.anchoranalysis.bean.xml.exceptionModifier and TypeClassDescriptionclass
A bean's XML is thrown when a bean has misconfigured XML.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. -
Uses of AnchorCombinableException in org.anchoranalysis.core.exception
Constructors in org.anchoranalysis.core.exception with parameters of type AnchorCombinableExceptionModifierConstructorDescriptionCreateException
(String message, AnchorCombinableException cause) Creates with a message, and a combinable-exception as a cause. -
Uses of AnchorCombinableException in org.anchoranalysis.core.identifier.provider
Subclasses of AnchorCombinableException in org.anchoranalysis.core.identifier.provider -
Uses of AnchorCombinableException in org.anchoranalysis.io.output.error
Constructors in org.anchoranalysis.io.output.error with parameters of type AnchorCombinableExceptionModifierConstructorDescriptionOutputWriteFailedException
(String message, AnchorCombinableException cause) Creates with a message and a cause that can be combined with others in summary form.