| Home | Trees | Indices | Help |
|---|
|
|
1 # errors.py 2 # Exception classes for anaconda's storage configuration module. 3 # 4 # Copyright (C) 2009 Red Hat, Inc. 5 # 6 # This copyrighted material is made available to anyone wishing to use, 7 # modify, copy, or redistribute it subject to the terms and conditions of 8 # the GNU General Public License v.2, or (at your option) any later version. 9 # This program is distributed in the hope that it will be useful, but WITHOUT 10 # ANY WARRANTY expressed or implied, including the implied warranties of 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 12 # Public License for more details. You should have received a copy of the 13 # GNU General Public License along with this program; if not, write to the 14 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 15 # 02110-1301, USA. Any Red Hat trademarks that are incorporated in the 16 # source code or documentation are not subject to the GNU General Public 17 # License and may only be used or replicated with the express permission of 18 # Red Hat, Inc. 19 # 20 # Red Hat Author(s): Dave Lehman <dlehman@redhat.com> 21 # 2227 28 # Device 31 34 37 40 43 46 49 50 # DeviceFormat 53 56 59 62 65 68 71 74 77 80 83 86 89 92 95 98 101 104 105 # devicelibs 108 111 114 117 120 123 126 129 132 135 138 139 # DeviceTree 142 145 146 # DeviceAction 149 150 # partitioning 153 156 157 # udev 160 161 # fstab 164 167 168 # dasd 171 172 # size 175 178 18125 self.hardware_fault = kwargs.pop("hardware_fault", False) 26 super(StorageError, self).__init__(*args, **kwargs)
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 2 14:52:27 2012 | http://epydoc.sourceforge.net |