Uses of Class
com.compomics.util.exceptions.ExceptionHandler
Package | Description |
---|---|
com.compomics.util.exceptions.exception_handlers |
Implementations of the ExceptionHandler interface.
|
com.compomics.util.experiment.quantification.spectrumcounting |
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_handlers Modifier and Type Class Description class
CommandLineExceptionHandler
Exception handler for command line processes.class
FrameExceptionHandler
Handles exception for a given application and displays warnings using dialogs.class
WaitingDialogExceptionHandler
Exception 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 ExceptionHandler Modifier and Type Method Description void
ScalingFactorsEstimators. 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.