Uses of Class
com.compomics.util.exceptions.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
Implementations of the ExceptionHandler interface.
Experiment classes related to spectrum counting.
-
Uses of ExceptionHandler in com.compomics.util.exceptions.exception_handlers
Subclasses of ExceptionHandler in com.compomics.util.exceptions.exception_handlersModifier and TypeClassDescriptionclassException handler for command line processes.classHandles exception for a given application and displays warnings using dialogs.classException handler for processes making use of a waiting dialog. -
Uses of ExceptionHandler in com.compomics.util.experiment.quantification.spectrumcounting
Methods in com.compomics.util.experiment.quantification.spectrumcounting with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidScalingFactorsEstimators.estimateScalingFactors(Identification identification, Metrics metrics, SequenceProvider sequenceProvider, IdentificationFeaturesGenerator identificationFeaturesGenerator, WaitingHandler waitingHandler, ExceptionHandler exceptionHandler, ProcessingParameters processingParameters) Estimates the scaling factors and stores them in the given metrics.