|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.general.ExceptionHandler
public class ExceptionHandler
Handles exception for a given application.
Constructor Summary | |
---|---|
ExceptionHandler(javax.swing.JFrame parent)
Constructor. |
Method Summary | |
---|---|
void |
catchException(java.lang.Exception e)
Method called whenever an exception is caught. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionHandler(javax.swing.JFrame parent)
parent
- the parent frame used to display feedbackMethod Detail |
---|
public void catchException(java.lang.Exception e)
e
- the exception caught
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |