Hello!
Unfortunately, handling of exceptions at present are not supported in
Cache'..
Though there is a lot of information about error trapping if you look in the
newsgroups or the local documentation for ETRAP, ZTRAP, etc...

regards
Max
"Joost Verhoog" <j.verhoog.AT.saltro.nl> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> What's the way to raise and catch my own errors in Cach� Basic? I'd like
to
> have something like the throw/catch system in java. I have the idea that
the
> Err object needs a error number, so it only allows system-errors, and not
> errors that I specify. So if I try:
>
> Err.Raise(102, classname & " does not have property " & property,
> "MyPackage.MyClass.MyMethod")
>
> I get a run-time error (and not the error that I want to have).
>
> Do you know how to specify and catch my own errors?
>
> Joost Verhoog
>
>



Reply via email to