com.compomics.util.general
Class ExceptionHandler
java.lang.Object
com.compomics.util.general.ExceptionHandler
public class ExceptionHandler
- extends Object
Handles exception for a given application.
- Author:
- Marc Vaudel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandler
public ExceptionHandler(JFrame parent)
- Constructor.
- Parameters:
parent
- the parent frame used to display feedback
catchException
public void catchException(Exception e)
- Method called whenever an exception is caught.
- Parameters:
e
- the exception caught
Copyright © 2012. All Rights Reserved.