Lines Matching full:raise
146 Block of code that may raise an exception.
148 Cleanup code that may raise an exception.
169 (We do not raise an exception when a bug is detected in the
186 and raise an exception.
201 Instead, you raise an exception.
243 ... some code that can raise an exception ...
257 /* code that can raise an exception */
280 /* code that might raise end-of-file, or some other exception */
343 recourse is to raise an exception, execute cleanup code
367 Note that it is extremely dangerous to raise an exception
375 raise conditions without terminating the calling function.
434 If you need to, you can explicitly raise this exception
440 a new exception object whenever you raise an exception.
495 If you are writing a library package, and you need to raise
512 package implements regular expressions, and can raise 5 different exceptions.
573 With the above definitions, you can raise a syntax error reporting
588 ... code that might raise an exception ...
620 Create a new exception. Raise an exception on heap exhaustion.
670 Raise the exception. This function does not return to its caller.
686 A block of code that may raise an exception.
688 Cleanup code that may raise an exception.