Class CommandLineExceptionHandler
java.lang.Object
com.compomics.util.exceptions.ExceptionHandler
com.compomics.util.exceptions.exception_handlers.CommandLineExceptionHandler
Exception handler for command line processes.
- Author:
- Marc Vaudel
-
Field Summary
Fields inherited from class com.compomics.util.exceptions.ExceptionHandler
ignoreExceptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidNotifies the user that an exception was caught.Methods inherited from class com.compomics.util.exceptions.ExceptionHandler
catchException, getExceptionType, setIgnoreExceptions
-
Constructor Details
-
CommandLineExceptionHandler
public CommandLineExceptionHandler()Constructor.
-
-
Method Details
-
notifyUser
Description copied from class:ExceptionHandlerNotifies the user that an exception was caught.- Specified by:
notifyUserin classExceptionHandler- Parameters:
e- the exception to catch
-