Uses of Class
com.faunos.skwish.SkwishException

Packages that use SkwishException
com.faunos.skwish A lightweight library for storing blobs on the file system. 
com.faunos.skwish.sys The basic file-based Segment structure is implemented here. 
com.faunos.skwish.sys.filters A collection of views on one or more underlying segments. 
 

Uses of SkwishException in com.faunos.skwish
 

Subclasses of SkwishException in com.faunos.skwish
 class NotFoundException
          Exception thrown when an expected resource is not found.
 class SegmentException
          An exception that is specific to a Segment.
 class SegmentStoreException
          Exception thrown by the SegmentStore class.
 

Uses of SkwishException in com.faunos.skwish.sys
 

Subclasses of SkwishException in com.faunos.skwish.sys
 class IndexException
          Exception thrown by the Index class.
 class IndexMetricsException
          Exception thrown by the IndexMetrics class.
 

Uses of SkwishException in com.faunos.skwish.sys.filters
 

Subclasses of SkwishException in com.faunos.skwish.sys.filters
 class DeleteSetException
          Exception thrown by the DeleteSet class.
 



SourceForge.net Logo