Uses of Class
au.com.prunge.jgenfile.OpenChannelException

Packages that use OpenChannelException
au.com.prunge.jgenfile JGenFile is a set of interfaces designed for working with various file systems in Java, providing a much more powerful alternative to using java.io.File objects. 
au.com.prunge.jgenfile.impl.local   
 

Uses of OpenChannelException in au.com.prunge.jgenfile
 

Methods in au.com.prunge.jgenfile that throw OpenChannelException
 void CloseFileAccessorOperation.run()
          Runs this operation.
 

Uses of OpenChannelException in au.com.prunge.jgenfile.impl.local
 

Methods in au.com.prunge.jgenfile.impl.local that throw OpenChannelException
 void LocalCloseFileAccessorOperation.runImpl()