12.4.13 Prolog exceptions in foreign code
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Foreign Language Interface
The Foreign Include File
Prolog exceptions in foreign code
PL_raise_exception()
PL_throw()
PL_exception()
PL_clear_exception()
Packages
Availability:
C-language interface function
int
PL_throw
(
term_t exception
)
Similar to
PL_raise_exception()
, but returns using the C longjmp() function to the innermost
PL_next_solution()
.