Uses of Class
org.anchoranalysis.mpp.proposer.error.ErrorNode
Packages that use ErrorNode
Package
Description
Proposing
Mark
s or other data-structures with particular
attributes.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.-
Uses of ErrorNode in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type ErrorNodeModifier and TypeMethodDescriptionPointsProposer.propose
(Point3d point, Mark mark, Dimensions dimensions, RandomNumberGenerator randomNumberGenerator, ErrorNode errorNode) Proposes a list of points based on the given parameters. -
Uses of ErrorNode in org.anchoranalysis.mpp.proposer
Methods in org.anchoranalysis.mpp.proposer that return ErrorNodeModifier and TypeMethodDescriptionProposerContext.getErrorNode()
Error node for tracking and managing errors.Methods in org.anchoranalysis.mpp.proposer with parameters of type ErrorNodeModifier and TypeMethodDescriptionProposerContext.replaceError
(ErrorNode errorNode) Creates a new ProposerContext with a replaced error node.Constructors in org.anchoranalysis.mpp.proposer with parameters of type ErrorNodeModifierConstructorDescriptionProposerContext
(RandomNumberGenerator randomNumberGenerator, EnergyStack energyStack, RegionMap regionMap, OperationContext operationContext, ErrorNode errorNode) Creates a newProposerContext
instance. -
Uses of ErrorNode in org.anchoranalysis.mpp.proposer.error
Subclasses of ErrorNode in org.anchoranalysis.mpp.proposer.errorModifier and TypeClassDescriptionclass
A singleton implementation of ErrorNode that does nothing with errors.Methods in org.anchoranalysis.mpp.proposer.error that return ErrorNodeMethods in org.anchoranalysis.mpp.proposer.error with parameters of type ErrorNodeModifier and TypeMethodDescriptionvoid
ErrorNodeException.addToErrorNode
(ErrorNode errorNode) Adds the error message associated with this exception to an ErrorNode.