[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Markus Mottl <markus@o...> |
| Subject: | Re: [Caml-list] String of '_' (any) exception? |
On Tue, 21 Jan 2003, Hans Ole Rafaelsen wrote: > does it exist a way to get hold of a the string (if any) associated > with an exception, when the exception has been caught with the "_" > (any) exception? What I am interested in is to get hold of the > information which the run-time normally prints when it exits. Just take a look at the "to_string"-function in the "Printexc"-module of the standard library: it implements what you need. Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners