コード例 #1
0
 def raiseRPNExc( self ):
     """
     Raise an RPN exception, taking care to log all details.
     """
     msg= "The following RPN exception is from user-supplied code."
     log.exception( msg )
     raise rpnThresholdException(msg)
コード例 #2
0
 def raiseRPNExc(self):
     """
     Raise an RPN exception, taking care to log all details.
     """
     msg = "The following RPN exception is from user-supplied code."
     log.exception(msg)
     raise rpnThresholdException(msg)