Searched refs:LayerIndexException (Results 1 – 1 of 1) sorted by relevance
18 class LayerIndexException(Exception): class27 class LayerIndexUrlError(LayerIndexException):35 LayerIndexException.__init__(self, msg)37 class LayerIndexFetchError(LayerIndexException):45 LayerIndexException.__init__(self, msg)53 raise LayerIndexException("Must be initialized with bb.data.")210 raise LayerIndexException("No LayerIndex Plugins available")227 raise LayerIndexException("No plugins support %s" % indexURI)253 raise LayerIndexException("No LayerIndex Plugins available")270 raise LayerIndexException("No plugins support %s" % indexURI)[all …]