rsanchez-wsu / jfiles

A Java-based file browser
GNU General Public License v3.0
20 stars 9 forks source link

Error handling in the loadTree method #366

Closed elliottfries closed 7 years ago

elliottfries commented 7 years ago

We need to implement a way to handle any errors that may arise when the directories are printed to the tree. The issue will be considered complete once a way to catch errors is implemented

elliottfries commented 7 years ago

The code in its current state does not require any additional error handling