Language documentation | Contents | Index |
Concept exceptions are very similar with the C++ exceptions, the only difference is the fact that they don’t belong to a variable type. In a try-catch statement you will have only one type of catch (instead of one or more in C++)
Another difference is that an uncaught exception, it will be caught by the Concept machine automatically, and retrown for the calling function like this: The syntax for throw is: throw expr; expr can be any kind of variable or expression. |
function B() { |
Documented by Andrei Hanganu, generation time: Sun Jan 27 18:15:22 2013 GMT | (c)2013 Devronium Applications |