mrpdaemon / encfs-java

encfs-java is a Java library for accessing data in EncFS volumes
GNU Lesser General Public License v3.0
42 stars 15 forks source link

EncFSFileProvider methods should return better exceptions #26

Open mrpdaemon opened 12 years ago

mrpdaemon commented 12 years ago

Currently most of these methods are boolean with no way of distinguishing what error has happened. We need these methods to throw appropriate errors like FileNotFoundException etc.