Package Products :: Package ZenRRD :: Module Exceptions
[hide private]
[frames] | no frames]

Source Code for Module Products.ZenRRD.Exceptions

 1  ############################################################################## 
 2  #  
 3  # Copyright (C) Zenoss, Inc. 2007, all rights reserved. 
 4  #  
 5  # This content is made available according to terms specified in 
 6  # License.zenoss under the directory where your Zenoss product is installed. 
 7  #  
 8  ############################################################################## 
 9   
10   
11  from Products.ZenUtils.Exceptions import ZentinelException 
12   
13   
14 -class RRDException(ZentinelException): pass
15
16 -class RRDObjectNotFound(RRDException): pass
17
18 -class TooManyArgs(RRDException): pass
19
20 -class RRDTemplateError(RRDException): pass
21
22 -class RRDGraphError(RRDException): pass
23