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

Clean up exceptions #11

Closed mrpdaemon closed 12 years ago

mrpdaemon commented 12 years ago

We don't really need too many custom exception types, we should instead use standard Java exception types wherever applicable.

mrpdaemon commented 12 years ago

Issue #26 ties into this.

mrpdaemon commented 12 years ago

There should be a base EncFSException class which all exception classes inherit from

mrpdaemon commented 12 years ago

Done at c645cc1897d8c3b3d737a4662d43f1323b7b19c4