Package org.entityfs.support.exception

FileSystemException and wrappers for checked Java exceptions.

See:
          Description

Exception Summary
FileSystemException This exception is the base class for all exceptions thrown by EntityFS methods.
WrappedCheckedException This exception type is used to wrap a checked exception (such as ClassNotFoundException) and rethrow it as an unchecked exception.
WrappedClassNotFoundException This exception type is for rethrowing ClassNotFoundException:s as unchecked exceptions.
WrappedIOException This exception type is used to wrap IOException (checked) and rethrow it as an unchecked exception.
WrappedMalformedURLException This is for wrapping an MalformedURLException and rethrowing it as an unchecked exception.
 

Package org.entityfs.support.exception Description

FileSystemException and wrappers for checked Java exceptions.

Since:
1.0
Author:
Karl Gustafsson