Class CommandLineExceptionHandler
java.lang.Object
com.compomics.util.exceptions.ExceptionHandler
com.compomics.util.exceptions.exception_handlers.CommandLineExceptionHandler
public class CommandLineExceptionHandler extends ExceptionHandler
Exception handler for command line processes.
- Author:
- Marc Vaudel
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CommandLineExceptionHandler()
Constructor. -
Method Summary
Modifier and Type Method Description void
notifyUser(Exception e)
Notifies 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:ExceptionHandler
Notifies the user that an exception was caught.- Specified by:
notifyUser
in classExceptionHandler
- Parameters:
e
- the exception to catch
-