> Does anyone know if it is possible to generate exceptions in GOOP,
> just like in other OO languages?
> Also: are there any other ways to incorporate exception handling in LabVIEW?
If you are looking for a good way of handling errors, then I'd encourage you
to look at using Error I/O. It is basically a technique for throwing errors
forward, and catching them downstream. This avoids problems with parallelism
and determining vales for downstream signals. If you have ideas about what
you would like to see, please suggest them.
Greg McKaskle