Lines Matching refs:exception
233 except DecimalException as exception:
234 #Exception raised where there shouldn't have been one.
235 self.fail('Exception "'+exception.__class__.__name__ + '" raised on line '+line)
308 for exception in Signals:
309 self.context.traps[exception] = 1 #Catch these bugs...
310 for exception in theirexceptions:
311 self.context.traps[exception] = 0