public class ExceptionHandler extends Object
Constructor and Description |
---|
ExceptionHandler()
Constructor without GUI.
|
ExceptionHandler(JFrame parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
catchException(Exception e)
Method called whenever an exception is caught.
|
static String |
getExceptionType(Exception e)
Returns the exception type.
|
public ExceptionHandler(JFrame parent)
parent
- the parent frame used to display feedbackpublic ExceptionHandler()
public void catchException(Exception e)
e
- the exception caughtCopyright © 2013. All Rights Reserved.