exception

Definition: The idea of an exception is that if a method encounters a problem it cannot handle, it interrupts its execution and ``throws'' and exception. Hopefully some function up the call stack will ``catch'' the exception and know what to do about the problem. It is a useful form of error handing that SIDL supports. Exception is not a reserved word in SIDL (but throw is).





babel-0.10.2
users_guide Last Modified 2005-03-23

http://www.llnl.gov/CASC/components
components@llnl.gov