public class ExceptionViewLogic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private MainController |
controller
The controller (mvc).
|
private ExceptionView |
excView
the view to set.
|
| Constructor and Description |
|---|
ExceptionViewLogic(java.lang.Exception e)
Constructor, creates the exception view.
|
ExceptionViewLogic(MainController controller,
java.lang.Exception e)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected MainController |
getController() |
protected ExceptionView |
getExcView() |
private void |
initLogic()
Initializes the logic.
|
private final ExceptionView excView
private final MainController controller
public ExceptionViewLogic(MainController controller, java.lang.Exception e)
controller - the controller to set.e - exception to handle.public ExceptionViewLogic(java.lang.Exception e)
e - The exception.private void initLogic()
protected ExceptionView getExcView()
protected MainController getController()