Lines Matching full:exception
21 class PeltoolException(Exception):
89 Returns PEL data from BMC else throws exception.
106 except Exception as exception:
108 "Failed to get PEL data from BMC : " + str(exception)
109 ) from exception
115 Verify that no PEL exists in BMC. Raise an exception if it does.
126 except Exception as exception:
128 "Failed to get PEL data from BMC : " + str(exception)
129 ) from exception
195 except Exception as exception:
197 "Exception occurred during PEL and Event log "
199 "time : " + str(exception)
200 ) from exception
230 except Exception as exception:
232 "Failed to fetch PEL ID for required SRC : " + str(exception)
233 ) from exception
252 except Exception as exception:
254 "Failed to fetch all SRCs : " + str(exception)
255 ) from exception
264 on the BMC. Returns 0 if no SRC found else throws exception.
285 except Exception as exception:
287 "Failed to verify unexpected SRC list : " + str(exception)
288 ) from exception