Package intermine :: Module errors
[hide private]
[frames] | no frames]

Source Code for Module intermine.errors

 1  from intermine.util import ReadableException 
 2   
3 -class UnimplementedError(Exception):
4 pass
5
6 -class ServiceError(ReadableException):
7 """Errors in the creation and use of the Service object""" 8 pass
9
10 -class WebserviceError(IOError):
11 """Errors from interaction with the webservice""" 12 pass
13