Uses of Class
com.faunos.skwish.SegmentException

Packages that use SegmentException
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 SegmentException in com.faunos.skwish
 

Subclasses of SegmentException in com.faunos.skwish
 class NotFoundException
          Exception thrown when an expected resource is not found.
 

Fields in com.faunos.skwish with type parameters of type SegmentException
protected static Validator<SegmentException> Segment.validator
          A centralized exception raising mechanism.
 

Uses of SegmentException in com.faunos.skwish.sys
 

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

Fields in com.faunos.skwish.sys with type parameters of type SegmentException
protected static ChannelUtil<SegmentException> BaseSegment.helper
           
 

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

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



SourceForge.net Logo