1Builtins.exceptionBacktrace(3kKaayyaa)module refeBrueinlcteins.exceptionBacktrace(3kaya)
2
3
4
6 Builtins::exceptionBacktrace - Print the backtrace of an Exception.
7
9 Void exceptionBacktrace( Exception e )
10
12 e The caught Exception
13
15 This is used to deal with uncaught exceptions in programs and prints
16 the backtrace on standard output. It is generally not appropriate for
17 use within a program except for debugging purposes, and should never be
18 called within a CGI program or webapp.
19
20 If the program is compiled with the -nortchecks compiler option then
21 the backtrace will be of limited use. Similarly, the standard library
22 must be compiled with the --enable-debug configure option to get useful
23 backtraces there.
24
26 Kaya standard library by Edwin Brady, Chris Morris and others
27 (kaya@kayalang.org). For further information see http://kayalang.org/
28
30 The Kaya standard library is free software; you can redistribute it
31 and/or modify it under the terms of the GNU Lesser General Public
32 License (version 2.1 or any later version) as published by the Free
33 Software Foundation.
34
36 Builtins.exceptionCode (3kaya)
37 Builtins.exceptionMessage (3kaya)
38
39
40
41Kaya December 201B0uiltins.exceptionBacktrace(3kaya)