Lines Matching refs:RuntimeError
114 raise RuntimeError, 'no REPLY but %r' % (mtype,)
121 raise RuntimeError, \
125 raise RuntimeError, \
127 raise RuntimeError, 'MSG_DENIED: %r' % (stat,)
129 raise RuntimeError, \
134 raise RuntimeError, 'call failed: PROG_UNAVAIL'
138 raise RuntimeError, \
141 raise RuntimeError, 'call failed: PROC_UNAVAIL'
143 raise RuntimeError, 'call failed: GARBAGE_ARGS'
145 raise RuntimeError, 'call failed: %r' % (stat,)
222 raise RuntimeError, 'makesocket not defined'
263 raise RuntimeError, 'do_call not defined'
336 raise RuntimeError, 'can\'t assign reserved port'
355 raise RuntimeError, 'wrong xid in reply %r instead of %r' % (
383 if count < 0: raise RuntimeError, 'timeout'
587 raise RuntimeError, 'program not registered'
598 raise RuntimeError, 'program not registered'
667 raise RuntimeError, 'register failed'
673 raise RuntimeError, 'unregister failed'
729 except RuntimeError:
738 raise RuntimeError, 'makesocket not defined'
869 except RuntimeError, msg: