(Throwable t)
| 103 | loadDocument(onException); |
| 104 | } |
| 105 | public void exception(Throwable t) { |
| 106 | ViewerCore.this.acceleratorPath = null; |
| 107 | ViewerCore.this.doc = null; |
| 108 | if (onException != null) |
| 109 | onException.run(t); |
| 110 | } |
| 111 | }); |
| 112 | } |
| 113 |
nothing calls this directly
no test coverage detected